mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-1790: debian package doesn't depend on package dir
This commit is contained in:
parent
c24bee2e28
commit
7c580b693f
2
Makefile
2
Makefile
@ -799,7 +799,7 @@ DIST_NAME := $(DIST_DIR)/$(subst dirty-,,$(PACKAGE_FULL_NAME)).tar
|
|||||||
|
|
||||||
include $(ROOT_DIR)/package/$(UNAME).mk
|
include $(ROOT_DIR)/package/$(UNAME).mk
|
||||||
|
|
||||||
package: all_fw all_ground uavobjects_matlab | $(PACKAGE_DIR)
|
package: all_fw all_ground uavobjects_matlab
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
#
|
#
|
||||||
|
@ -7,7 +7,7 @@ ifndef OPENPILOT_IS_COOL
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: package
|
.PHONY: package
|
||||||
package:
|
package: | $(PACKAGE_DIR)
|
||||||
ifneq ($(GCS_BUILD_CONF),release)
|
ifneq ($(GCS_BUILD_CONF),release)
|
||||||
# We can only package release builds
|
# We can only package release builds
|
||||||
$(error Packaging is currently supported for release builds only)
|
$(error Packaging is currently supported for release builds only)
|
||||||
|
@ -15,7 +15,7 @@ NSIS_TEMPLATE := $(NSIS_WINX86)/openpilotgcs.tpl
|
|||||||
NSIS_HEADER := $(OPGCSSYNTHDIR)/openpilotgcs.nsh
|
NSIS_HEADER := $(OPGCSSYNTHDIR)/openpilotgcs.nsh
|
||||||
|
|
||||||
.PHONY: package
|
.PHONY: package
|
||||||
package:
|
package: | $(PACKAGE_DIR)
|
||||||
ifneq ($(GCS_BUILD_CONF),release)
|
ifneq ($(GCS_BUILD_CONF),release)
|
||||||
# We can only package release builds
|
# We can only package release builds
|
||||||
$(error Packaging is currently supported for release builds only)
|
$(error Packaging is currently supported for release builds only)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user