mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Add bootcd target
svn path=/trunk/; revision=8073
This commit is contained in:
parent
24fecbb518
commit
826d5e693a
1 changed files with 7 additions and 2 deletions
|
@ -18,7 +18,9 @@ clean: $(CONTROL_PANELS:%=%_clean)
|
|||
|
||||
install: $(CONTROL_PANELS:%=%_install)
|
||||
|
||||
.PHONY: all depends implib clean install
|
||||
bootcd: $(CONTROL_PANELS:%=%_bootcd)
|
||||
|
||||
.PHONY: all depends implib clean install bootcd
|
||||
|
||||
|
||||
#
|
||||
|
@ -36,7 +38,10 @@ $(CONTROL_PANELS:%=%_clean): %_clean:
|
|||
$(CONTROL_PANELS:%=%_install): %_install:
|
||||
$(MAKE) -C $* install
|
||||
|
||||
.PHONY: $(CONTROL_PANELS) $(CONTROL_PANELS:%=%_implib) $(CONTROL_PANELS:%=%_clean) $(CONTROL_PANELS:%=%_install)
|
||||
$(CONTROL_PANELS:%=%_bootcd): %_bootcd:
|
||||
$(MAKE) -C $* bootcd
|
||||
|
||||
.PHONY: $(CONTROL_PANELS) $(CONTROL_PANELS:%=%_implib) $(CONTROL_PANELS:%=%_clean) $(CONTROL_PANELS:%=%_install) $(CONTROL_PANELS:%=%_bootcd)
|
||||
|
||||
|
||||
etags:
|
||||
|
|
Loading…
Reference in a new issue