Update of /cvsroot/leaf/src/bering-uclibc/apps/samba In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18469
Modified Files: buildtool.mk Log Message: use autoconf from buildtool Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc/apps/samba/buildtool.mk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** buildtool.mk 15 Feb 2005 20:36:23 -0000 1.3 --- buildtool.mk 11 Dec 2005 18:45:18 -0000 1.4 *************** *** 9,13 **** SAMBA_DIR:=samba-2.0.10 SAMBA_TARGET_DIR:=$(BT_BUILD_DIR)/samba ! STRIP_OPTIONS=-s --remove-section=.note --remove-section=.comment BVARS = BASEDIR=/usr \ --- 9,14 ---- SAMBA_DIR:=samba-2.0.10 SAMBA_TARGET_DIR:=$(BT_BUILD_DIR)/samba ! export AUTOCONF=$(BT_STAGING_DIR)/bin/autoconf ! BVARS = BASEDIR=/usr \ *************** *** 23,27 **** $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.source ! (cd $(SAMBA_DIR)/source ; autoconf ; CFLAGS="$(BT_COPT_FLAGS)" CC=$(TARGET_CC) LD=$(TARGET_LD) \ ./configure \ --host=$(GNU_HOST_NAME) \ --- 24,28 ---- $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.source ! (cd $(SAMBA_DIR)/source ; $(AUTOCONF) ; CFLAGS="$(BT_COPT_FLAGS)" CC=$(TARGET_CC) LD=$(TARGET_LD) \ ./configure \ --host=$(GNU_HOST_NAME) \ *************** *** 53,59 **** 850 ! -$(BT_STRIP) $(STRIP_OPTIONS) $(SAMBA_DIR)/source/bin/smbd ! -$(BT_STRIP) $(STRIP_OPTIONS) $(SAMBA_DIR)/source/bin/nmbd ! -$(BT_STRIP) $(STRIP_OPTIONS) $(SAMBA_DIR)/source/bin/smbpasswd cp -a samba.init $(SAMBA_TARGET_DIR)/etc/init.d/samba cp -a samba.cron $(SAMBA_TARGET_DIR)/etc/cron.weekly/samba --- 54,60 ---- 850 ! -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SAMBA_DIR)/source/bin/smbd ! -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SAMBA_DIR)/source/bin/nmbd ! -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SAMBA_DIR)/source/bin/smbpasswd cp -a samba.init $(SAMBA_TARGET_DIR)/etc/init.d/samba cp -a samba.cron $(SAMBA_TARGET_DIR)/etc/cron.weekly/samba ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ leaf-cvs-commits mailing list leaf-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits