rules.mk: Shuffle dependencies

- Add dependency all: all.done
  - Declare all install clean distclean .PHONY
This commit is contained in:
Jan Lindemann 2007-09-10 14:49:22 +00:00 committed by Jan Lindemann
commit fb3f8d82d6

View file

@ -4,12 +4,13 @@
# $Id$ # $Id$
# -- standard targets # -- standard targets
all:
all: all.done
install: all install: all
clean: clean:
distclean: clean distclean: clean
.PHONY: all install clean distclean
# -- phony targets # -- phony targets
echo_all: echo_all:
@ -299,4 +300,3 @@ $(INSTALLED_PROFILE_PATH_SCRIPT): $(TOPDIR)/profiledir.done
$(SYSCONFIG_DIR)/%: % $(SYSCONFIG_DIR)/%: %
$(INSTALL) -o $(CFGOWNER) -g $(CFGGROUP) -m $(CFGMODE) $< $@ $(INSTALL) -o $(CFGOWNER) -g $(CFGGROUP) -m $(CFGMODE) $< $@