Add bootcd target

svn path=/trunk/; revision=8073
This commit is contained in:
Gé van Geldorp 2004-02-07 08:37:57 +00:00
parent 24fecbb518
commit 826d5e693a

View file

@ -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: