freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Use ln rather than cp for * -> *_APP


From: Richard Guenther
Subject: [PATCH] Use ln rather than cp for * -> *_APP
Date: Thu, 16 Jan 2003 20:15:08 +0100 (CET)

Hi!

The following patch reduces diskspace needed for testsuite compile
by a factor of two.

Ok?

Richard.

diff -ur cvs/r2/config/Shared/rules.mk pooma-testsuite/r2/config/Shared/rules.mk
--- cvs/r2/config/Shared/rules.mk       2001-04-14 20:27:25.000000000 +0200
+++ pooma-testsuite/r2/config/Shared/rules.mk   2003-01-03 21:24:22.000000000 
+0100
@@ -229,7 +229,7 @@
        @echo LinkToSuite... See $(subst $(THISDIR)/,,$(INFO_FILE));\
        echo "$(PRE_CMDLINE) $(LD_LINK_CMDLINE)" | $(PERL) 
$(SHARED_ROOT)/pretty.pl ld >> $(INFO_FILE);
        @$(PRE_CMDLINE) $(LD_LINK_CMDLINE) $(SUITE_REDIRECT)
-       @-cp $@ address@hidden(PASS)
+       @-ln -f $@ address@hidden(PASS)
        $(infotimestamp)
        @if [ ! -r $@ ]; then \
                echo "Error linking $@";\

reply via email to

[Prev in Thread] Current Thread [Next in Thread]