diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-30 09:28:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-30 09:28:22 +0000 |
commit | 31601c5e93d79f6ecd47c0825f88c50f05b23277 (patch) | |
tree | 67e61338d639920b675a79d50f4f05106a1cdeee | |
parent | ece7a653701583cb413c95d8d95e8d95da130382 (diff) | |
download | drakx-backup-do-not-use-31601c5e93d79f6ecd47c0825f88c50f05b23277.tar drakx-backup-do-not-use-31601c5e93d79f6ecd47c0825f88c50f05b23277.tar.gz drakx-backup-do-not-use-31601c5e93d79f6ecd47c0825f88c50f05b23277.tar.bz2 drakx-backup-do-not-use-31601c5e93d79f6ecd47c0825f88c50f05b23277.tar.xz drakx-backup-do-not-use-31601c5e93d79f6ecd47c0825f88c50f05b23277.zip |
cleanup unneeded stuff
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | tools/Makefile | 8 |
2 files changed, 2 insertions, 8 deletions
@@ -114,7 +114,7 @@ upload: function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/c/cooker/$$1; } ;\ upload Mandrake/mdkinst '' ;\ - upload Mandrake/base compss* ;\ + upload Mandrake/base compssUsers ;\ upload Mandrake/base rpmsrate ;\ upload Mandrake/base *_stage2.bz2 ;\ upload misc gendistrib ;\ diff --git a/tools/Makefile b/tools/Makefile index 551c4fefc..67e34ade8 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist.ordered $(BASE)/compss $(DIRS) xhost+ rpcinfo-flushed install +all: $(DIRS) xhost+ rpcinfo-flushed install $(DIRS): make -C $@ @@ -27,12 +27,6 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz - gendistrib --nohdlists --distrib $(ROOTDEST) - -$(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS) - gendistrib --noclean --nobasefiles --distrib $(ROOTDEST) - clean: for i in $(DIRS); do $(MAKE) -C $$i clean; done rm -rf *~ xhost+ rpcinfo-flushed ddcprobe/ddcxinfos */*.o |