[BusyBox-cvs] svn commit: trunk/busybox: sysklogd util-linux

vapier at busybox.net vapier at busybox.net
Thu Apr 21 01:49:06 UTC 2005


Author: vapier
Date: 2005-04-20 19:49:05 -0600 (Wed, 20 Apr 2005)
New Revision: 10139

Log:
fix typoe (buildddir -> builddir)

Modified:
   trunk/busybox/sysklogd/Makefile
   trunk/busybox/util-linux/Makefile


Changeset:
Modified: trunk/busybox/sysklogd/Makefile
===================================================================
--- trunk/busybox/sysklogd/Makefile	2005-04-20 00:28:44 UTC (rev 10138)
+++ trunk/busybox/sysklogd/Makefile	2005-04-21 01:49:05 UTC (rev 10139)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
 #
 
 top_srcdir=..
-top_buildddir=..
+top_builddir=..
 srcdir=$(top_srcdir)/sysklogd
 SYSKLOGD_DIR:=./
 include $(top_builddir)/Rules.mak
@@ -29,4 +29,3 @@
 
 clean:
 	rm -f *.o *.a $(AR_TARGET)
-

Modified: trunk/busybox/util-linux/Makefile
===================================================================
--- trunk/busybox/util-linux/Makefile	2005-04-20 00:28:44 UTC (rev 10138)
+++ trunk/busybox/util-linux/Makefile	2005-04-21 01:49:05 UTC (rev 10139)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
+# Copyright (C) 1999-2005 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
 #
 
 top_srcdir=..
-top_buildddir=..
+top_builddir=..
 srcdir=$(top_srcdir)/util-linux
 UTILLINUX_DIR:=./
 include $(top_builddir)/Rules.mak
@@ -29,4 +29,3 @@
 
 clean:
 	rm -f *.o *.a $(AR_TARGET)
-




More information about the busybox-cvs mailing list