diff --git a/ChangeLog.n b/ChangeLog.n index 35806846e19640f1bde6ca7d25b7a4e0226a2642..06331699a4d0af2769ed61767948a046d0b279fe 100644 --- a/ChangeLog.n +++ b/ChangeLog.n @@ -1,3 +1,11 @@ +Fri Jun 25 08:58:35 1993 Kevin Layer (layer@sole) + + * Makefile.generic: pass :load-xref-info and + :load-source-file-info to si::system-compile-wrapper + + * test/test-driver.lisp: x11:xsync is no longer in the x11 + package, so #+ignore this call + ------------------------------------------------------------------------------- from cer: Tue Jun 22 17:12:03 PDT 1993 diff --git a/Makefile.generic b/Makefile.generic index e5115f609b8ce0ba58b8a30948d7ecf7bbe9b5e6..f1857c2c54bfca1dd1905dfe0b31492ead9b8077 100644 --- a/Makefile.generic +++ b/Makefile.generic @@ -28,6 +28,8 @@ compile-xm: $(MOTIF_OBJS) FORCE :speed $(SPEED) :debug $(DEBUG) :safety $(SAFETY) \ :record-source-file-info $(RECORD_SOURCE_FILE_INFO) \ :record-xref-info $(RECORD_XREF_INFO) \ + :load-source-file-info $(LOAD_SOURCE_FILE_INFO) \ + :load-xref-info $(LOAD_XREF_INFO) \ :compile-print nil :compile-verbose nil \ :redefinition-warnings t :gcprint nil)" | $(CL) $(CLOPTS) -batch @@ -48,6 +50,8 @@ compile-ol: $(OPENLOOK_OBJS) FORCE :speed $(SPEED) :debug $(DEBUG) :safety $(SAFETY) \ :record-source-file-info $(RECORD_SOURCE_FILE_INFO) \ :record-xref-info $(RECORD_XREF_INFO) \ + :load-source-file-info $(LOAD_SOURCE_FILE_INFO) \ + :load-xref-info $(LOAD_XREF_INFO) \ :compile-print nil :compile-verbose nil \ :redefinition-warnings t :gcprint nil)" | $(CL) $(CLOPTS) -batch @@ -202,10 +206,10 @@ cleanobjs: rm -f $(CLIMOBJS) stub-motif.o stub-olit.o clean: - find $(DIRS) -name "*.fasl" -print | xargs rm -f ; rm -f $(CLIMFASLS) \ - $(CLIMOBJS) stub-motif.o stub-olit.o stub-xt.o stub-x.o \ - stub-motif.c stub-olit.c stub-xt.c stub-x.c slim slim-small - + find $(DIRS) -name '*.fasl' -print | xargs rm -f + rm -f $(CLIMFASLS) $(CLIMOBJS) *.o \ + stub-motif.c stub-olit.c stub-xt.c stub-x.c slim slim-small + rm -f *.z *.Z *.gz *.ilt cheapclean: find $(CHEAP_CLEAN) -name "*.fasl" -print | xargs rm -f