/[gcl]/gcl/unixport/makefile
ViewVC logotype

Diff of /gcl/unixport/makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by camm, Tue Jul 13 14:32:49 2004 UTC revision 1.66 by mjthomas, Wed Aug 18 06:06:42 2004 UTC
# Line 28  gmpfiles: $(shell find ../$(GMPDIR) -nam Line 28  gmpfiles: $(shell find ../$(GMPDIR) -nam
28          rm -rf gmp          rm -rf gmp
29          mkdir gmp          mkdir gmp
30          a="$^" ; \          a="$^" ; \
31          for i in $^ ; do \          for i in $$a ; do \
32                  cp $$i gmp/$$(echo $$i | sed -e 's,\.\./,,1' -e 's,/,_,g') ; \                  cp $$i gmp/$$(echo $$i | sed -e 's,\.\./,,1' -e 's,/,_,g') ; \
33          done          done
34          touch $@          touch $@

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26