From mboxrd@z Thu Jan 1 00:00:00 1970 From: aldot at uclibc.org Date: Mon, 22 Jan 2007 05:56:04 -0800 (PST) Subject: [Buildroot] svn commit: trunk/buildroot/package/at Message-ID: <20070122135604.F3D0448578@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Author: aldot Date: 2007-01-22 05:56:04 -0800 (Mon, 22 Jan 2007) New Revision: 17458 Log: - add missing include panic.h to parsetime.h - add missing prerequisite y.tab.h of lex.yy.c to fix parallel builds Modified: trunk/buildroot/package/at/at-crosscompile.patch trunk/buildroot/package/at/at.mk Changeset: Modified: trunk/buildroot/package/at/at-crosscompile.patch =================================================================== --- trunk/buildroot/package/at/at-crosscompile.patch 2007-01-22 12:27:33 UTC (rev 17457) +++ trunk/buildroot/package/at/at-crosscompile.patch 2007-01-22 13:56:04 UTC (rev 17458) @@ -1,15 +1,38 @@ ---- at/config.h.in -+++ at/config.h.in -@@ -182,3 +182,6 @@ +diff -rdup at-3.1.10.orig/Makefile.in at-3.1.10/Makefile.in +--- at-3.1.10.orig/Makefile.in 2007-01-22 14:35:41.000000000 +0100 ++++ at-3.1.10/Makefile.in 2007-01-22 14:41:41.000000000 +0100 +@@ -62,6 +62,8 @@ MISC = COPYING Makefile.in configure a + DIST = $(CSRCS) $(HEADERS) $(MISC) $(OTHERS) + LIST = Filelist Filelist.asc ++IROOT = $(DESTDIR) ++ + .PHONY: all install clean dist distclean + + all: at atd atrun +@@ -78,7 +80,7 @@ atd: $(RUNOBJECTS) + y.tab.c y.tab.h: parsetime.y + $(YACC) -d parsetime.y + +-lex.yy.c: parsetime.l ++lex.yy.c: parsetime.l y.tab.h + $(LEX) -i parsetime.l + + atrun: atrun.in +diff -rdup at-3.1.10.orig/config.h.in at-3.1.10/config.h.in +--- at-3.1.10.orig/config.h.in 2007-01-22 14:35:41.000000000 +0100 ++++ at-3.1.10/config.h.in 2007-01-22 14:35:35.000000000 +0100 +@@ -181,3 +181,6 @@ + #undef HAVE_ATTRIBUTE_NORETURN #undef HAVE_PAM + +#undef NEED_YYWRAP + ---- at/configure -+++ at/configure -@@ -1037,7 +1037,7 @@ +diff -rdup at-3.1.10.orig/configure at-3.1.10/configure +--- at-3.1.10.orig/configure 2007-01-22 14:35:41.000000000 +0100 ++++ at-3.1.10/configure 2007-01-22 14:35:35.000000000 +0100 +@@ -1037,7 +1037,7 @@ esac echo $ac_n "checking Trying to compile a trivial ANSI C program""... $ac_c" 1>&6 echo "configure:1039: checking Trying to compile a trivial ANSI C program" >&5 if test "$cross_compiling" = yes; then @@ -18,9 +41,10 @@ else cat > conftest.$ac_ext < #include Modified: trunk/buildroot/package/at/at.mk =================================================================== --- trunk/buildroot/package/at/at.mk 2007-01-22 12:27:33 UTC (rev 17457) +++ trunk/buildroot/package/at/at.mk 2007-01-22 13:56:04 UTC (rev 17458) @@ -18,7 +18,7 @@ $(AT_DIR)/.unpacked: $(DL_DIR)/$(AT_SOURCE) $(AT_CAT) $(DL_DIR)/$(AT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - toolchain/patch-kernel.sh $(AT_DIR) package/at/ at\*.patch - touch $(AT_DIR)/.unpacked + touch $@ $(AT_DIR)/.configured: $(AT_DIR)/.unpacked (cd $(AT_DIR); rm -rf config.cache; \ @@ -38,7 +38,7 @@ --with-daemon_username=at \ --with-daemon_groupname=at \ ); - touch $(AT_DIR)/.configured + touch $@ $(AT_DIR)/$(AT_BINARY): $(AT_DIR)/.configured $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(AT_DIR)