blob: 5c35586899cb20b7d340d20608cc3a08f2836ae5 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Subject: [PATCH] aufs-util: add tool concept to Makefile for cross compiling
2 purpose
3
4In a cross compilation environment, c2sh, c2tmac and ver need to be created first.
5Add a tools target to Makefile to allow for this.
6
7Upstream-Status: Pending
8
9Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
10---
11 Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/Makefile b/Makefile
15index 2f905ad..49c3cd5 100644
16--- a/Makefile
17+++ b/Makefile
18@@ -85,7 +85,7 @@ aufs.5: aufs.in.5 c2tmac
19 chmod a-w $@
20
21 c2sh c2tmac ver: CC = ${HOSTCC}
22-.INTERMEDIATE: c2sh c2tmac ver
23+tools: c2sh c2tmac ver
24
25 Install = install -o root -g root -p
26 install_sbin: File = auibusy auplink mount.aufs umount.aufs
27--
281.7.9.5
29