4e409e0d8dc598d270a1d80de7971a44e6e919fc
2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
8 include $(INCLUDE_DIR
)/host-build.mk
10 PKG_BUILD_DIR
:=$(TOOL_BUILD_DIR
)/sstrip
13 ifeq ($(HOST_OS
),Darwin
)
18 $(CC
) $(CFLAGS
) -o
$(PKG_BUILD_DIR
)/sstrip src
/sstrip.c
22 mkdir
-p
$(STAGING_DIR
)/bin
23 $(CP
) $(PKG_BUILD_DIR
)/sstrip
$(STAGING_DIR
)/bin
/
27 rm -f
$(STAGING_DIR
)/bin
/sstrip
30 $(eval
$(call HostBuild
))
This page took 0.047413 seconds and 3 git commands to generate.