summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-03-01 15:56:39 +0000
committerFrancois Pons <fpons@mandriva.com>2000-03-01 15:56:39 +0000
commita912981cf2c3cffc0dd85dc0f625da54e83e0e6c (patch)
tree87be9891f74f456acc99c3251c73d5258e55a8e5 /tools/Makefile
parentab1636cb0eadb99f76beeb5db51d89eec8869f05 (diff)
downloaddrakx-backup-do-not-use-a912981cf2c3cffc0dd85dc0f625da54e83e0e6c.tar
drakx-backup-do-not-use-a912981cf2c3cffc0dd85dc0f625da54e83e0e6c.tar.gz
drakx-backup-do-not-use-a912981cf2c3cffc0dd85dc0f625da54e83e0e6c.tar.bz2
drakx-backup-do-not-use-a912981cf2c3cffc0dd85dc0f625da54e83e0e6c.tar.xz
drakx-backup-do-not-use-a912981cf2c3cffc0dd85dc0f625da54e83e0e6c.zip
*** empty log message ***
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index cf75c866c..32de868c4 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,7 +7,7 @@ CFLAGS = -Wall
.PHONY: clean install $(DIRS)
-all: $(BASE)/depslist $(BASE)/hdlist $(DIRS) xhost+ install
+all: $(BASE)/depslist $(BASE)/depslist.ordered $(BASE)/hdlist $(BASE)/hdlist.cz2 $(DIRS) xhost+ install
$(DIRS):
make -C $@
@@ -29,9 +29,16 @@ rpm2header: %: %.c
ddcprobe/ddcxinfos:
$(MAKE) -C ddcprobe ddcxinfos
+$(BASE)/depslist.ordered: $(BASE)/depslist
+ ./orderdepslist $<
+
$(BASE)/depslist: $(BASE)/hdlist gendepslist
./gendepslist -h $@ $<
+$(BASE)/hdlist.cz2: $(BASE)/depslist.ordered $(RPMS)
+ rm -rf tmp
+ ./build_hdlist_cz2 $(ROOTDEST) tmp
+
$(BASE)/hdlist: $(RPMS)
$(MAKE) install
./genhdlist $(ROOTDEST)