]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Globally replace $(HOST_DIR)/usr/include with $(HOST_DIR)/include
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:22 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 13:21:19 +0000 (15:21 +0200)
commit24e50620c9ce952c85c1de1e6b20f6bcdda8f39d
tree20e07f771bfc9dad6b016bca4d618d020c7173d5
parent19ba17ee3ba946ac865849df89d7c2988ea5aca9
Globally replace $(HOST_DIR)/usr/include with $(HOST_DIR)/include

Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.

This is a mechanical change with
git grep -l '$(HOST_DIR)/usr/include' | xargs sed -i 's%$(HOST_DIR)/usr/include%$(HOST_DIR)/include%g'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 files changed:
package/Makefile.in
package/cmake/cmake.mk
package/execline/execline.mk
package/google-breakpad/google-breakpad.mk
package/gutenprint/gutenprint.mk
package/leafnode2/leafnode2.mk
package/libselinux/libselinux.mk
package/libsemanage/libsemanage.mk
package/libxml-parser-perl/libxml-parser-perl.mk
package/linux-syscall-support/linux-syscall-support.mk
package/mfgtools/mfgtools.mk
package/openocd/openocd.mk
package/s6-rc/s6-rc.mk
package/s6/s6.mk
package/setools/setools.mk
package/x11r7/xlib_libX11/xlib_libX11.mk
package/zic/zic.mk