diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-20 22:05:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-20 22:05:05 +0000 |
commit | 314859a4872032b07c5d0e57adf3d596049e2fdc (patch) | |
tree | 462d0e3624917538602f4ad456a384ebb8b45edc /tools/Makefile | |
parent | b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f (diff) | |
download | drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar.gz drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar.bz2 drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar.xz drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.zip |
basic nfs handling in drakx
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 681f5748f..551c4fefc 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+ install +all: $(BASE)/depslist.ordered $(BASE)/compss $(DIRS) xhost+ rpcinfo-flushed install $(DIRS): make -C $@ @@ -35,4 +35,4 @@ $(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS) clean: for i in $(DIRS); do $(MAKE) -C $$i clean; done - rm -rf *~ xhost+ ddcprobe/ddcxinfos */*.o + rm -rf *~ xhost+ rpcinfo-flushed ddcprobe/ddcxinfos */*.o |