This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Kawa make install misses kawa/lib


Weiqi Gao <weiqigao@networkusa.net> writes:

> The current CVS version seem to miss the kawa/lib directory when 'make
> install' is called.

I'm looking into this, and am running into various problems related to
automake.  ('make dist' is also broken.)

This patch might be a stop-gap work-around:

Index: Makefile.am
===================================================================
RCS file: /cvs/kawa/kawa/kawa/lib/Makefile.am,v
retrieving revision 1.39
diff -u -r1.39 Makefile.am
--- Makefile.am	2001/03/01 04:24:04	1.39
+++ Makefile.am	2001/03/12 20:44:59
@@ -25,12 +25,17 @@
   system.scm \
   trace.scm
 
-SOURCES = $(java_JAVA)
+EXTRA_DIST = $(java_SCM)
 
+java_JAVA =
+
 CLEANFILES = *.class *.stamp $(OFILES_DIR)/$(PACKAGE_CFNAME).o
 
 # Used to generate makekawa.bat in ../.. .
 list-sources:
 	echo $(SOURCES)
+
+classjava.stamp: scm-classes.stamp
+	touch classjava.stamp
 
 all: Makefile $(@GCJ_COMPILED_SELECTED@_CDEP) scm-classes.stamp $(@GCJ_COMPILED_SELECTED@)


-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]