Changeset 9a0367f in mainline for uspace/Makefile
- Timestamp:
- 2009-01-20T18:38:16Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27fb3d6
- Parents:
- b1747a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 -include Makefile.config32 -include ../Makefile.config 33 33 34 34 DIRS = \ … … 74 74 CLEANS := $(addsuffix .clean,$(DIRS)) 75 75 76 .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean76 .PHONY: all $(BUILDS) $(CLEANS) clean 77 77 78 all: 79 ../tools/config.py uspace.config default $(ARCH) $(COMPILER) $(CONFIG_DEBUG) 80 $(MAKE) -C . build 81 82 config: 83 ../tools/config.py uspace.config 84 85 build: $(BUILDS) 78 all: ../Makefile.config $(BUILDS) 86 79 87 80 clean: $(CLEANS) 88 89 distclean: clean90 -rm Makefile.config91 81 92 82 $(CLEANS):
Note:
See TracChangeset
for help on using the changeset viewer.