equal
deleted
inserted
replaced
34 include ../../make-rules/ips.mk |
34 include ../../make-rules/ips.mk |
35 |
35 |
36 CONFIGURE_OPTIONS += --with-external-zlib |
36 CONFIGURE_OPTIONS += --with-external-zlib |
37 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" |
37 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" |
38 |
38 |
|
39 # "check" is not working yet. It's asking for a password. |
|
40 COMPONENT_TEST_ENV += PATH=$(GNUBIN):$(PATH) |
|
41 COMPONENT_TEST_TARGETS = localcheck |
|
42 |
39 build: $(BUILD_32) |
43 build: $(BUILD_32) |
40 |
44 |
41 install: $(INSTALL_32) |
45 install: $(INSTALL_32) |
42 sed -f solarisman-stability $(COMPONENT_SRC)/doc/cvs.1 > \ |
46 |
43 $(PROTOUSRSHAREMAN1DIR)/cvs.1 |
47 test: $(TEST_32) |
44 sed -f solarisman-stability $(COMPONENT_SRC)/man/cvs.5 > \ |
|
45 $(PROTOUSRSHAREMAN5DIR)/cvs.5 |
|
46 |
48 |
47 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
49 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
48 |
50 |
49 # "check" is not working yet. It's asking for a password. |
|
50 test: build |
|
51 @cd $(BUILD_DIR_32); PATH=/usr/gnu/bin:$(PATH) $(MAKE) localcheck |
|
52 |
|
53 include ../../make-rules/depend.mk |
51 include ../../make-rules/depend.mk |