|
From: <sv...@va...> - 2006-09-29 21:23:56
|
Author: sewardj Date: 2006-09-29 22:23:54 +0100 (Fri, 29 Sep 2006) New Revision: 1663 Log: AIX5 build changes. Added: branches/AIX5/newline.txt branches/AIX5/quote.txt Modified: branches/AIX5/Makefile Modified: branches/AIX5/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/Makefile 2006-09-19 13:21:18 UTC (rev 1662) +++ branches/AIX5/Makefile 2006-09-29 21:23:54 UTC (rev 1663) @@ -137,7 +137,19 @@ if [ ! -f TAG_ppc64_linux ] ; then rm -f $(LIB_OBJS) TAG_* libvex.a ; f= i touch TAG_ppc64_linux =20 +libvex_ppc32_aix5.a: TAG_ppc32_aix5 libvex.a + mv -f libvex.a libvex_ppc32_aix5.a +TAG_ppc32_aix5: + if [ ! -f TAG_ppc32_aix5 ] ; then rm -f $(LIB_OBJS) TAG_* libvex.a ; fi + touch TAG_ppc32_aix5 =20 +libvex_ppc64_aix5.a: TAG_ppc64_aix5 libvex.a + mv -f libvex.a libvex_ppc64_aix5.a +TAG_ppc64_aix5: + if [ ! -f TAG_ppc64_aix5 ] ; then rm -f $(LIB_OBJS) TAG_* libvex.a ; fi + touch TAG_ppc64_aix5 + + # This doesn't get rid of priv/main/vex_svnversion.h, because # that can't be regenerated in the final Valgrind tarball, and # so if 'make clean' did get rid of it, then in the tarball, @@ -148,9 +160,10 @@ =20 version: rm -f priv/main/vex_svnversion.h - echo -n "\"" > priv/main/vex_svnversion.h + cat quote.txt >> priv/main/vex_svnversion.h svnversion -n . >> priv/main/vex_svnversion.h - echo "\"" >> priv/main/vex_svnversion.h + cat quote.txt >> priv/main/vex_svnversion.h + cat newline.txt >> priv/main/vex_svnversion.h =20 minidist: version rm -f vex--minidist-2005MMDD.tar Added: branches/AIX5/newline.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/newline.txt (rev 0) +++ branches/AIX5/newline.txt 2006-09-29 21:23:54 UTC (rev 1663) @@ -0,0 +1 @@ + Added: branches/AIX5/quote.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/quote.txt (rev 0) +++ branches/AIX5/quote.txt 2006-09-29 21:23:54 UTC (rev 1663) @@ -0,0 +1 @@ +" \ No newline at end of file |