From: Julian Seward Date: Fri, 31 Dec 2004 17:21:28 +0000 (+0000) Subject: No longer try to build the attached Valgrind snapshots. X-Git-Tag: svn/VALGRIND_3_0_1^2~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=094785a778606cfd5a6c33f3d599d4381b7b7601;p=thirdparty%2Fvalgrind.git No longer try to build the attached Valgrind snapshots. git-svn-id: svn://svn.valgrind.org/vex/trunk@687 --- diff --git a/VEX/Makefile b/VEX/Makefile index 11af069df6..67df2065d7 100644 --- a/VEX/Makefile +++ b/VEX/Makefile @@ -60,13 +60,7 @@ CCFLAGS = -g -O -Wall -Wmissing-prototypes -Wshadow -Winline $(EXTRA_CFLAGS) # 167: argument of type unsigned char incompatible with formal of type char # (the above are for icc 8.0 -- 8.0.0.55 I think) -all: libvex.a - rm -f head20041019/coregrind/stage2 - (cd head20041019/coregrind && make --quiet install) - (cd head20041019/none && make --quiet install) - (cd head20041019/lackey && make --quiet install) - (cd head20041019/addrcheck && make --quiet install) - (cd head20041019/memcheck && make --quiet install) +all: vex vex: libvex.a test_main.o $(CC) $(CCFLAGS) -o vex test_main.o libvex.a @@ -77,7 +71,6 @@ libvex.a: $(LIB_OBJS) clean: rm -f $(LIB_OBJS) libvex.a vex test_main.o priv/main/vex_svnversion.h - (cd head20041019 && make --quiet clean) version: rm -f priv/main/vex_svnversion.h