diff options
Diffstat (limited to 'toolchain/musl/headers')
-rw-r--r-- | toolchain/musl/headers/.svn/entries | 62 | ||||
-rw-r--r-- | toolchain/musl/headers/.svn/text-base/Makefile.svn-base | 16 | ||||
-rw-r--r-- | toolchain/musl/headers/Makefile | 16 |
3 files changed, 94 insertions, 0 deletions
diff --git a/toolchain/musl/headers/.svn/entries b/toolchain/musl/headers/.svn/entries new file mode 100644 index 0000000..bc8d45b --- /dev/null +++ b/toolchain/musl/headers/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/toolchain/musl/headers +svn://svn.openwrt.org/openwrt + + + +2012-11-23T20:02:29.961566Z +34314 +florian + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +Makefile +file + + + + +2013-03-17T12:13:25.000000Z +eb5cbc0f577ae291a0f0192b08384b47 +2012-11-23T20:02:29.961566Z +34314 +florian + + + + + + + + + + + + + + + + + + + + + +244 + diff --git a/toolchain/musl/headers/.svn/text-base/Makefile.svn-base b/toolchain/musl/headers/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..21e6b3b --- /dev/null +++ b/toolchain/musl/headers/.svn/text-base/Makefile.svn-base @@ -0,0 +1,16 @@ +PATH_PREFIX:=.. + +include ../common.mk + +HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.headers_built +HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed + +define Host/Compile + +endef + +define Host/Install +endef + +$(eval $(call HostBuild)) + diff --git a/toolchain/musl/headers/Makefile b/toolchain/musl/headers/Makefile new file mode 100644 index 0000000..21e6b3b --- /dev/null +++ b/toolchain/musl/headers/Makefile @@ -0,0 +1,16 @@ +PATH_PREFIX:=.. + +include ../common.mk + +HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.headers_built +HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed + +define Host/Compile + +endef + +define Host/Install +endef + +$(eval $(call HostBuild)) + |