mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
why is make test getting these flags?
This commit is contained in:
parent
9f302d0c5d
commit
e380aa0605
2 changed files with 3 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
|||
.PHONY: default clean
|
||||
|
||||
|
||||
DEBUG_CFLAGS := -Wall -Wno-format -ggdb -DDEBUG $(CPPFLAGS)
|
||||
RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -Wno-format -O3 $(CPPFLAGS)
|
||||
DEBUG_CFLAGS := -Wall -ggdb -DDEBUG $(CPPFLAGS)
|
||||
RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -O3 $(CPPFLAGS)
|
||||
|
||||
DEBUG_LDFLAGS := -g
|
||||
|
||||
|
@ -66,7 +66,7 @@ $(OBJDIR)/%.o : %.cc
|
|||
@$(SED) -e 's/.*://' -e 's/\\$$//' < $(DEPDIR)/$*.d.tmp | fmt -1 | \
|
||||
$(SED) -e 's/^ *//' -e 's/$$/:/' >> $(DEPDIR)/.$*.d;
|
||||
@rm -f $(DEPDIR)/$*.d.tmp
|
||||
@$(CXX) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $<
|
||||
$(CXX) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $<
|
||||
|
||||
$(top_builddir)/gtest-main: $(patsubst %.cc,$(OBJDIR)/%.o,$(gtestsrc)) \
|
||||
$(patsubst %.cpp,$(OBJDIR)/%.o,$(testsrc))
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -50,8 +50,5 @@ override_dh_auto_install:
|
|||
install -d debian/libopenzwave1.6/etc
|
||||
mv debian/tmp/usr/etc/openzwave debian/libopenzwave1.6/etc/
|
||||
|
||||
override_dh_test:
|
||||
echo "Ignoring"
|
||||
|
||||
update_debian_version:
|
||||
sed -i '1 s/(.*)/($(shell git describe --long --tags --dirty | sed s/-/./g | sed s/^v// ))/' debian/changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue