Rev 1802 | Rev 1846 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1802 | Rev 1803 | ||
---|---|---|---|
Line 135... | Line 135... | ||
135 | else |
135 | else |
136 | $(MAKE) -C boot ARCH=$(BARCH) COMPILER=$(COMPILER) CONFIG_DEBUG=$(CONFIG_DEBUG) |
136 | $(MAKE) -C boot ARCH=$(BARCH) COMPILER=$(COMPILER) CONFIG_DEBUG=$(CONFIG_DEBUG) |
137 | endif |
137 | endif |
138 | 138 | ||
139 | config: |
139 | config: |
140 | -rm Makefile.depend HelenOS.config |
140 | tools/config.py HelenOS.config |
141 | tools/config.py |
- | |
142 | 141 | ||
143 | distclean: |
142 | distclean: |
144 | -rm Makefile.config |
143 | -rm Makefile.config |
145 | -$(MAKE) -C kernel distclean |
144 | -$(MAKE) -C kernel distclean |
146 | -$(MAKE) -C uspace distclean |
145 | -$(MAKE) -C uspace distclean |