config.status(as might happen if one has a c-style comment in configure.in,
and the shell trys running /foo), then the build will actually fail
correctly.
+Sun May 19 04:09:25 CDT 2002 Adam Heath <doogie@debian.org>
+
+ * debian/rules: Fix targets, so that if configure fails, but actually
+ succeeds in creating config.status(as might happen if one has a
+ c-style comment in configure.in, and the shell trys running /foo), then
+ the build will actually fail correctly.
+
Sun May 19 02:31:11 CDT 2002 Adam Heath <doogie@debian.org>
* acconfig.h: Oops. Forgot to add #undef HAVE_GNUC25_UNUSED.
BUILD-DIRS := $(BUILD) $(BUILD)-static
# Setup the buildlocation
-$(BUILD)/config.status:
+$(BUILD)/configure-stamp:
$(checkdir)
install -d $(@D)
cd $(@D) && LDFLAGS=$(LDFLAGS) $(DIR)/configure \
--with-zlib=static \
--with-static-progs \
$(config_arg)
+ touch $@
clean:
$(checkdir)
build: stamp-build
-stamp-build: $(BUILD)/config.status
+stamp-build: $(BUILD)/configure-stamp
$(MAKE) $(MFLAGS) -C $(BUILD)
# touch $@