changeset 4773:c858892e4f2b

Remove build rules that try to make wakeup out of the now nonexistent wakeup.c. See <87zl5l2pxh.fsf@mail.contactor.se> in xemacs-patches.
author Jerry James <james@xemacs.org>
date Tue, 15 Dec 2009 13:25:23 -0700
parents 0ec24b0da2e5
children 26a007fa2f4c
files lib-src/ChangeLog lib-src/Makefile.in.in nt/ChangeLog nt/xemacs.mak
diffstat 4 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Dec 14 10:41:50 2009 -0700
+++ b/lib-src/ChangeLog	Tue Dec 15 13:25:23 2009 -0700
@@ -1,3 +1,8 @@
+2009-12-15  Jerry James  <james@xemacs.org>
+
+	* Makefile.in.in: Remove build dependency and rule for wakeup.  Thanks
+	to Mats Lidell for the patch.
+
 2009-12-10  Jerry James  <james@xemacs.org>
 
 	* gnudepend.pl: Remove obsolete file.
--- a/lib-src/Makefile.in.in	Mon Dec 14 10:41:50 2009 -0700
+++ b/lib-src/Makefile.in.in	Tue Dec 15 13:25:23 2009 -0700
@@ -117,7 +117,7 @@
 #else
  fakemail\
 #endif
- wakeup profile make-docfile digest-doc\
+ profile make-docfile digest-doc\
  sorted-doc movemail cvtmail yow hexl mmencode
 
 GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh
@@ -337,9 +337,6 @@
 ctags: ${etags_deps} etags
 	$(CC) -DCTAGS ${etags_args} -o $@
 
-wakeup: ${srcdir}/wakeup.c
-	$(CC) $(cflags) ${srcdir}/wakeup.c $(ldflags) -o $@
-
 profile: ${srcdir}/profile.c
 	$(CC) $(cflags) ${srcdir}/profile.c $(ldflags) -o $@
 
--- a/nt/ChangeLog	Mon Dec 14 10:41:50 2009 -0700
+++ b/nt/ChangeLog	Tue Dec 15 13:25:23 2009 -0700
@@ -1,3 +1,8 @@
+2009-12-15  Jerry James  <james@xemacs.org>
+
+	* xemacs.mak: Remove build dependency for lib-src/wakeup.  Thanks to
+	Vin Shelton for the patch.
+
 2009-12-14  Jerry James  <james@xemacs.org>
 
 	* installer: Remove unused Wise installer sources.
--- a/nt/xemacs.mak	Mon Dec 14 10:41:50 2009 -0700
+++ b/nt/xemacs.mak	Tue Dec 15 13:25:23 2009 -0700
@@ -1139,8 +1139,7 @@
 	$(BLDLIB_SRC)/make-docfile.exe	\
 	$(BLDLIB_SRC)/mmencode.exe	\
 	$(BLDLIB_SRC)/movemail.exe	\
-	$(BLDLIB_SRC)/sorted-doc.exe	\
-	$(BLDLIB_SRC)/wakeup.exe
+	$(BLDLIB_SRC)/sorted-doc.exe
 !if $(USE_MINITAR)
 LIB_SRC_TOOLS = \
 	$(LIB_SRC_TOOLS) \