summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-08-04 00:29:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-08-04 00:29:32 +0000
commita3d551a6468bd1799197187d185689e3ac9cb4db (patch)
tree4e07ef60416129b6bd1b514536346c33c922791b /tools/Makefile
parent299573a7ecaf76b17411611dabd08c822f9b6f53 (diff)
downloaddrakx-backup-do-not-use-a3d551a6468bd1799197187d185689e3ac9cb4db.tar
drakx-backup-do-not-use-a3d551a6468bd1799197187d185689e3ac9cb4db.tar.gz
drakx-backup-do-not-use-a3d551a6468bd1799197187d185689e3ac9cb4db.tar.bz2
drakx-backup-do-not-use-a3d551a6468bd1799197187d185689e3ac9cb4db.tar.xz
drakx-backup-do-not-use-a3d551a6468bd1799197187d185689e3ac9cb4db.zip
no_comment
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 469758906..822d17a33 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -28,13 +28,13 @@ $(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz2
./gencompss `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` > $@
$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz2
- gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' `
+# gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' `
$(BASE)/filelist: $(RPMS)
- genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@
+# genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@
$(BASE)/hdlist.cz2: $(BASE)/hdlists $(RPMS)
- genhdlists --noclean --distrib $(ROOTDEST)
+# genhdlists --noclean --distrib $(ROOTDEST)
clean:
for i in $(DIRS); do $(MAKE) -C $$i clean; done