Package: acx100
Version: 20060521-1
Severity: serious
Tags: patch
When building 'acx100' in a clean unstable chroot,
I get the following error:
touch config.mk \
&& /usr/bin/make -C "" M="/acx100-20060521" clean \
&& rm -rf tmp
make: the `-C' option requires a non-empty string argument
Usage: make [options] [target] ...
Options:
-b, -m Ignored for compatibility.
-B, --always-make Unconditionally make all targets.
[...]
-W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
Consider FILE to be infinitely new.
--warn-undefined-variables Warn when an undefined variable is referenced.
This program built for x86_64-pc-linux-gnu
Report bugs to <[email protected]>
make: *** [clean] Error 2
With the attached patch 'acx100' can be built in a clean chroot
environment.
Regards
Andreas Jochens
diff -urN ../tmp-orig/acx100-20060521/debian/rules ./debian/rules
--- ../tmp-orig/acx100-20060521/debian/rules 2006-06-14 11:08:23.000000000
+0000
+++ ./debian/rules 2006-06-14 11:08:15.000000000 +0000
@@ -29,7 +29,6 @@
dh_testdir
dh_testroot
touch config.mk \
- && $(MAKE) -C "$(KSRC)" M="$(CURDIR)" clean \
&& rm -rf tmp
dh_clean
rm -rf debian/build
@@ -52,8 +51,7 @@
cp -f debian/rules debian/build/usr/src/modules/acx100/debian
cd debian/build/usr/src/modules/acx100 \
- && touch config.mk \
- && $(MAKE) -C "$(KSRC)" M="$(CURDIR)" clean
+ && touch config.mk
touch build-stamp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]