mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
rules.mk: Shuffle dependencies
- Add dependency all: all.done - Declare all install clean distclean .PHONY
This commit is contained in:
parent
6a6692bab5
commit
fb3f8d82d6
1 changed files with 3 additions and 3 deletions
|
|
@ -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) $< $@
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue