diff options
author | Francois Pons <fpons@mandriva.com> | 2000-11-20 19:02:30 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-11-20 19:02:30 +0000 |
commit | 0597ec7fbdd40f1d13517a5ad788b97d638ae62f (patch) | |
tree | 32a40392d05acb0b28b189dd0443bdd38a6c3dad /tools | |
parent | 55f4a99683867bca41aec7ada394fff7e26cd801 (diff) | |
download | drakx-0597ec7fbdd40f1d13517a5ad788b97d638ae62f.tar drakx-0597ec7fbdd40f1d13517a5ad788b97d638ae62f.tar.gz drakx-0597ec7fbdd40f1d13517a5ad788b97d638ae62f.tar.bz2 drakx-0597ec7fbdd40f1d13517a5ad788b97d638ae62f.tar.xz drakx-0597ec7fbdd40f1d13517a5ad788b97d638ae62f.zip |
filelist is no more used.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile index 375ed0551..388143ee4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist.ordered $(BASE)/filelist $(BASE)/compss $(DIRS) xhost+ install +all: $(BASE)/depslist.ordered $(BASE)/compss $(DIRS) xhost+ install $(DIRS): make -C $@ @@ -27,9 +27,6 @@ ddcprobe/ddcxinfos: $(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` -$(BASE)/filelist: $(RPMS) -# genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ - $(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS) genhdlists --noclean --distrib $(ROOTDEST) |