Subversion Repositories HelenOS-historic

Rev

Rev 996 | Rev 1028 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 996 Rev 1013
Line 43... Line 43...
43
CLEANS := $(addsuffix .clean,$(DIRS))
43
CLEANS := $(addsuffix .clean,$(DIRS))
44
 
44
 
45
.PHONY: all config build $(BUILDS) $(CLEANS) clean distclean
45
.PHONY: all config build $(BUILDS) $(CLEANS) clean distclean
46
 
46
 
47
all:
47
all:
48
	tools/config.py default $(ARCH)
48
	tools/config.py default $(NARCH)
-
 
49
ifdef NARCH
-
 
50
 ifneq ($(ARCH), $(NARCH))
-
 
51
	$(MAKE) -C . clean
-
 
52
 endif
-
 
53
endif
49
	$(MAKE) -C . build
54
	$(MAKE) -C . build
50
 
55
 
51
config:
56
config:
52
	tools/config.py
57
	tools/config.py
53
 
58