[SCM] x264 packaging branch, ubuntu, updated. debian/0.85.1442.1+git781d30-1-12-g15df13c
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sun Feb 21 11:36:51 UTC 2010
The following commit has been merged in the ubuntu branch:
commit 965da0ec2840b31e376d03da6be47085db28d440
Author: Loïc Minier <lool at dooz.org>
Date: Sun Feb 21 12:34:43 2010 +0100
Use distclean instead of clean between builds
diff --git a/debian/rules b/debian/rules
index 38a232c..21ac920 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ build-stamp: debian/stamp-patched
# Backup static lib
mv libx264.a libx264.a.bak
# Build shared lib
- $(MAKE) clean
+ $(MAKE) distclean
CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure $(shared_confflags)
$(MAKE)
# Restore static lib
--
x264 packaging
More information about the pkg-multimedia-commits
mailing list