Package: monkey
Version: monkey: building is done in 'install' target
Severity: normal
In the rules file of the package monkey, the 'build' target only
runs the configure script. The actual build is done in the install target:
build: build-stamp
build-stamp:
dh_testdir
./configure $(confflags)
[snip]
install: build
[snip]
./configure $(confflags)
CFLAGS="$(CFLAGS)" $(MAKE) install
(Noticed it while building monkey trying to reproduce some odd crashes.
Could not reproduce them, sadly)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]