[Pkg-samba-maint] r869 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Wed Jan 4 15:56:43 UTC 2006
Author: sesse
Date: 2006-01-04 15:56:42 +0000 (Wed, 04 Jan 2006)
New Revision: 869
Modified:
branches/samba4/changelog
branches/samba4/rules
Log:
Do "make pch all" instead of "make proto ; -make pch ; make all"; proto is
redundant when using the pch target (and since we're more or less guaranteed a
recent gcc version, the pch target shouldn't fail).
Modified: branches/samba4/changelog
===================================================================
--- branches/samba4/changelog 2006-01-04 15:45:56 UTC (rev 868)
+++ branches/samba4/changelog 2006-01-04 15:56:42 UTC (rev 869)
@@ -15,6 +15,9 @@
syncs with us.
* Removed debmake comment, it's hardly relevant any more.
* Remove redundant "package=samba" variable.
+ * Do "make pch all" instead of "make proto ; -make pch ; make all"; proto
+ is redundant when using the pch target (and since we're more or less
+ guaranteed a recent gcc version, the pch target shouldn't fail).
* debian/control changes:
* Copied Uploaders: line from Samba 3 packaging, adding myself.
@@ -41,7 +44,7 @@
versions of Samba 4 won't die when the parent is killed.
* Updated README.debian somewhat, and renamed to use a capital D.
- -- Steinar H. Gunderson <sesse at debian.org> Wed, 4 Jan 2006 01:50:11 +0100
+ -- Steinar H. Gunderson <sesse at debian.org> Wed, 4 Jan 2006 16:55:23 +0100
samba (3.9.0+SVN12395-1) unstable; urgency=low
Modified: branches/samba4/rules
===================================================================
--- branches/samba4/rules 2006-01-04 15:45:56 UTC (rev 868)
+++ branches/samba4/rules 2006-01-04 15:56:42 UTC (rev 869)
@@ -28,9 +28,7 @@
build: build-stamp
build-stamp: configure
dh_testdir
- $(MAKE) -C $(SOURCEPATH) proto
- -$(MAKE) -C $(SOURCEPATH) pch
- $(MAKE) -C $(SOURCEPATH) all
+ $(MAKE) -C $(SOURCEPATH) pch all
$(MAKE) -C $(SOURCEPATH)/pidl all
touch $@
More information about the Pkg-samba-maint
mailing list