r14763 - gnucash/trunk/src - Add missing -f flag when symlinking the gw-.scm files

Christian Stimming cstim at cvs.gnucash.org
Tue Aug 29 03:48:10 EDT 2006


Author: cstim
Date: 2006-08-29 03:48:09 -0400 (Tue, 29 Aug 2006)
New Revision: 14763
Trac: http://svn.gnucash.org/trac/changeset/14763

Modified:
   gnucash/trunk/src/app-utils/Makefile.am
   gnucash/trunk/src/core-utils/Makefile.am
   gnucash/trunk/src/engine/Makefile.am
   gnucash/trunk/src/gnc-module/Makefile.am
   gnucash/trunk/src/gnome-utils/Makefile.am
   gnucash/trunk/src/gnome/Makefile.am
   gnucash/trunk/src/register/register-core/Makefile.am
Log:
Add missing -f flag when symlinking the gw-.scm files

Modified: gnucash/trunk/src/app-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/app-utils/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
+++ gnucash/trunk/src/app-utils/Makefile.am	2006-08-29 07:48:09 UTC (rev 14763)
@@ -151,7 +151,7 @@
 	  (primitive-load \"./gw-app-utils-spec.scm\") \
 	  (gw:generate-wrapset \"gw-app-utils\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
 
 BUILT_SOURCES = gw-app-utils.scm gw-app-utils.c gw-app-utils.h
 CLEANFILES = $(BUILT_SOURCES) ${SCM_FILE_LINKS}  \

Modified: gnucash/trunk/src/core-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/core-utils/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
+++ gnucash/trunk/src/core-utils/Makefile.am	2006-08-29 07:48:09 UTC (rev 14763)
@@ -75,7 +75,7 @@
            (primitive-load \"./gw-core-utils-spec.scm\") \
            (gw:generate-wrapset \"gw-core-utils\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
 
 BUILT_SOURCES = gw-core-utils.scm gw-core-utils.h gw-core-utils.c
 CLEANFILES = $(BUILT_SOURCES) .scm-links \

Modified: gnucash/trunk/src/engine/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
+++ gnucash/trunk/src/engine/Makefile.am	2006-08-29 07:48:09 UTC (rev 14763)
@@ -203,7 +203,7 @@
 	 (primitive-load \"./gw-engine-spec.scm\") \
 	 (gw:generate-wrapset \"gw-engine\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-engine*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-engine*.scm . )
 
 gw-kvp.scm gw-kvp.c gw-kvp.h: \
   gwrap-files2
@@ -216,7 +216,7 @@
 	 (primitive-load \"./gw-kvp-spec.scm\") \
 	 (gw:generate-wrapset \"gw-kvp\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-kvp*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-kvp*.scm . )
 
 gncla-dir.h: gncla-dir.h.in ${top_builddir}/config.status
 	rm -f $@.tmp

Modified: gnucash/trunk/src/gnc-module/Makefile.am
===================================================================
--- gnucash/trunk/src/gnc-module/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
+++ gnucash/trunk/src/gnc-module/Makefile.am	2006-08-29 07:48:09 UTC (rev 14763)
@@ -76,7 +76,7 @@
 	  (primitive-load \"./gw-gnc-module-spec.scm\") \
 	  (gw:generate-wrapset \"gw-gnc-module\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
 
 BUILT_SOURCES = gw-gnc-module.scm gw-gnc-module.h gw-gnc-module.c
 CLEANFILES = $(BUILT_SOURCES) .scm-links \

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
+++ gnucash/trunk/src/gnome/Makefile.am	2006-08-29 07:48:09 UTC (rev 14763)
@@ -172,7 +172,7 @@
            (primitive-load \"./gw-gnc-spec.scm\") \
            (gw:generate-wrapset \"gw-gnc\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
 
 BUILT_SOURCES = gw-gnc.scm gw-gnc.h gw-gnc.c
 CLEANFILES = $(BUILT_SOURCES) gnucash.desktop \

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-29 07:48:09 UTC (rev 14763)
@@ -314,7 +314,7 @@
 	  (primitive-load \"./gw-gnome-utils-spec.scm\") \
 	  (gw:generate-wrapset \"gw-gnome-utils\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
 
 BUILT_SOURCES += gw-gnome-utils.scm gw-gnome-utils.c gw-gnome-utils.h
 CLEANFILES = $(BUILT_SOURCES) .scm-links \

Modified: gnucash/trunk/src/register/register-core/Makefile.am
===================================================================
--- gnucash/trunk/src/register/register-core/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
+++ gnucash/trunk/src/register/register-core/Makefile.am	2006-08-29 07:48:09 UTC (rev 14763)
@@ -108,7 +108,7 @@
 	  (primitive-load \"./gw-register-core-spec.scm\") \
 	  (gw:generate-wrapset \"gw-register-core\")"
 	touch $@
-	( cd g-wrapped; $(LN_S) ../gw-*.scm . )
+	( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
 
 BUILT_SOURCES = gw-register-core.scm gw-register-core.c gw-register-core.h
 CLEANFILES = $(BUILT_SOURCES) .scm-links \



More information about the gnucash-changes mailing list