diff options
author | Francois Pons <fpons@mandriva.com> | 2000-03-31 21:54:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-03-31 21:54:17 +0000 |
commit | c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754 (patch) | |
tree | 9d7c0529277964690cb89f73939eea9fe5f7b172 /tools | |
parent | bcd0d92e8b0b72d04b45eeaaea541d672cc46ab7 (diff) | |
download | drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar.gz drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar.bz2 drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar.xz drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.zip |
*** empty log message ***
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index bece8e754..91646e7ca 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist $(DIRS) xhost+ install +all: $(BASE)/depslist $(BASE)/filelist $(DIRS) xhost+ install $(DIRS): make -C $@ @@ -30,6 +30,9 @@ $(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz2 $(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz2 gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` +$(BASE)/filelist: $(RPMS) + genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ + $(BASE)/hdlist.cz2: genhdlists --noclean --distrib $(ROOTDEST) |