summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-01-17 18:18:31 +0000
committerFrancois Pons <fpons@mandriva.com>2001-01-17 18:18:31 +0000
commitbbe9e28fb7761aae99bc34d7fb191cf2e4696398 (patch)
tree41a5de7e7d8deaf5ef6b1173d7441e5c706f6245 /tools/Makefile
parent41d8895bf98c657ab0173ef12a6574261cda5b35 (diff)
downloaddrakx-backup-do-not-use-bbe9e28fb7761aae99bc34d7fb191cf2e4696398.tar
drakx-backup-do-not-use-bbe9e28fb7761aae99bc34d7fb191cf2e4696398.tar.gz
drakx-backup-do-not-use-bbe9e28fb7761aae99bc34d7fb191cf2e4696398.tar.bz2
drakx-backup-do-not-use-bbe9e28fb7761aae99bc34d7fb191cf2e4696398.tar.xz
drakx-backup-do-not-use-bbe9e28fb7761aae99bc34d7fb191cf2e4696398.zip
updated to use gendistrib of newer rpmtools.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 388143ee4..93e2ba722 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -25,10 +25,10 @@ ddcprobe/ddcxinfos:
$(MAKE) -C ddcprobe ddcxinfos
$(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz
- genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' `
+ gendistrib --nohdlists --distrib $(ROOTDEST)
$(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS)
- genhdlists --noclean --distrib $(ROOTDEST)
+ gendistrib --noclean --nobasefiles --distrib $(ROOTDEST)
clean:
for i in $(DIRS); do $(MAKE) -C $$i clean; done