diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /toolchain/musl/headers/.svn | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'toolchain/musl/headers/.svn')
-rw-r--r-- | toolchain/musl/headers/.svn/entries | 62 | ||||
-rw-r--r-- | toolchain/musl/headers/.svn/text-base/Makefile.svn-base | 16 |
2 files changed, 78 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)) + |