]> git.saurik.com Git - cycript.git/commitdiff
Verify Trampoline.t.hpp does not link to symbols.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 23 Jun 2013 00:25:56 +0000 (17:25 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 23 Jun 2013 01:14:50 +0000 (18:14 -0700)
Makefile.am
Makefile.in

index 77add03da50c8615dd0ca8f9b20080e00dfa4182..f0ed2c2b0709bd25e057efd6bdd25a8098e55b3e 100644 (file)
@@ -88,6 +88,7 @@ libTrampoline.t.la: Trampoline.t.lo
 CLEANFILES += Trampoline.t.hpp
 Trampoline.t.hpp: libTrampoline.t.la trampoline.sh
        $(srcdir)/trampoline.sh $@ .libs/libTrampoline.t.dylib Trampoline $(SED) $(LIPO) $(NM) $(OTOOL)
+       ! grep '## symbol stub for:' $@
 endif
 
 CLEANFILES += Cycript.yy
index e83000e6be36225f95a374b1c2f951a6da273afd..610d417b1607e385f829f9886c2595e2f8af4613 100644 (file)
@@ -1223,6 +1223,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
 @CY_MACH_TRUE@ $(CXXLINK) $(CY_ARCH) -rpath $(libdir) $^
 @CY_MACH_TRUE@Trampoline.t.hpp: libTrampoline.t.la trampoline.sh
 @CY_MACH_TRUE@ $(srcdir)/trampoline.sh $@ .libs/libTrampoline.t.dylib Trampoline $(SED) $(LIPO) $(NM) $(OTOOL)
+@CY_MACH_TRUE@ ! grep '## symbol stub for:' $@
 Cycript.yy: Cycript.yy.in
        $(srcdir)/Filter.sh <$< >$@ $(filters)
 Cycript.l: Cycript.l.in