From b4054c5bfbe8a36cda456fdd260b12210fc94a64 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Thu, 6 Jan 2011 16:12:34 +0000 Subject: UBUNTU: ubuntu: AUFS -- update aufs-update to track new locations of headers Track the new location of the headers as per the commit below: commit de699ab60a2f8a55b9c8313a04c7863897fb88bd Author: Andy Whitcroft Date: Fri Dec 3 11:12:17 2010 +0000 UBUNTU: ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers Signed-off-by: Andy Whitcroft --- ubuntu/aufs-update | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ubuntu') diff --git a/ubuntu/aufs-update b/ubuntu/aufs-update index 869e9d663ca..d1ac0f97ca0 100644 --- a/ubuntu/aufs-update +++ b/ubuntu/aufs-update @@ -15,18 +15,19 @@ aufs="$1" # Update aufs to the latest. git rm -rf aufs cp -rp "$aufs/fs/aufs" aufs -cp -rp "$aufs/include" aufs +#cp -rp "$aufs/include" aufs +cp -rp "$aufs/include/linux"/*.h include/linux git checkout -f HEAD -- aufs/BOM # Reinsert the include update. -sed -i -e '1iEXTRA_CFLAGS += -I$(src)/include' aufs/Makefile +#sed -i -e '1iEXTRA_CFLAGS += -I$(src)/include' aufs/Makefile # Find the latest commit. read x nsha1 <"$aufs/ChangeLog" # Insert the new commit ID and commit the result. sed -i -e "s/^COMMIT: .*/COMMIT: $nsha1/" aufs/BOM -git add aufs +git add aufs include/linux { echo "UBUNTU: ubuntu: AUFS -- update to $nsha1" echo "" -- cgit v1.2.3