From 6f05ea9ce04bf7275733d7fdd3d0050a0748cbe6 Mon Sep 17 00:00:00 2001 From: Wouter R Date: Tue, 29 Oct 2013 15:45:03 +0100 Subject: [PATCH] Remove gpx building from makefiles. --- Makefile | 5 ----- src/Makefile | 6 ------ 2 files changed, 11 deletions(-) diff --git a/Makefile b/Makefile index 49f72d3..a6ae43f 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,6 @@ endef # directory) to the install directory. WIFIBOX_BASE_DIR := $(PKG_BUILD_DIR) -GPX_BASE_DIR := $(PKG_BUILD_DIR)/util/GPX.git TGT_LUA_DIR_SUFFIX := usr/share/lua/wifibox define Package/wifibox/install @@ -117,10 +116,6 @@ endif ### create links elsewhere in the system (autowifi) $(LN) -s /$(TGT_LUA_DIR_SUFFIX)/script/d3dapi $(1)/www/cgi-bin - -### install gpx utility - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(GPX_BASE_DIR)/gpx $(1)/usr/bin endef define Package/wifibox/postinst diff --git a/src/Makefile b/src/Makefile index fdf09fd..7af3113 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,9 +1,3 @@ -GPX_PATH := util/GPX.git - -.PHONY: $(GPX_PATH) - all: - $(MAKE) -C $(GPX_PATH) clean: - $(MAKE) -C $(GPX_PATH) clean