[BusyBox] Re: [BusyBox-cvs] cvs commit to busybox/pwd_grp by andersen

Stefan Fleiter stefan.fleiter at gmx.de
Sat Jan 27 20:46:15 UTC 2001


On Fri, Jan 26, 2001 at 11:01:47PM -0700 Erik Andersen wrote:

Hi,

> Repository: busybox/pwd_grp
> who:        andersen
> time:       Fri Jan 26 23:01:43 MST 2001
> 
> Log Message:
> Add in a patch to make busybox use the normal pwd.h and grp.h
> functions.  Add in simple implementations of these functions,
> which can, optionally, be used instead of the system versions.
>  -Erik
> 
> Files:
> added:      .indent.pro Makefile __bb_getgrent.c __bb_getpwent.c config.h fgetgrent.c fgetpwent.c getgrgid.c getgrnam.c getpw.c getpwnam.c getpwuid.c grent.c grp.h initgroups.c putpwent.c pwd.h pwent.c setgroups.c


Could you please commit the following patch?


--- tinylogin/pwd_grp/Makefile~	Sat Jan 27 20:43:38 2001
+++ tinylogin/pwd_grp/Makefile	Sat Jan 27 20:38:13 2001
@@ -37,11 +37,11 @@
 # To compile vs an alternative libc, you may need to use/adjust
 # the following lines to meet your needs.  This is how I make
 # tinylogin compile with uC-Libc...
-LIBCDIR=/home/andersen/CVS/uClibc
-LDFLAGS+=-nostdlib
-LIBRARIES+=-luClibc -lgcc $(LIBCDIR)/libcrt0.o
-GCCINCDIR=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")
-CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR)
+#LIBCDIR=/home/andersen/CVS/uClibc
+#LDFLAGS+=-nostdlib
+#LIBRARIES+=-luClibc -lgcc $(LIBCDIR)/libcrt0.o
+#GCCINCDIR=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")
+#CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR)
 
 #--------------------------------------------------------
 

I don't think you want everyone create /home/andersen and your preferences ;-) 

Thanks,
Stefan

-- 
  friendly greetings from Chelmsford/Britain

Playing now: Nirvana - In Bloom





More information about the busybox mailing list