From 11c3631097ca296101667ba4e8f20b3a2d4cf613 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 22 Jun 2013 17:25:56 -0700 Subject: [PATCH] Verify Trampoline.t.hpp does not link to symbols. --- Makefile.am | 1 + Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 77add03..f0ed2c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index e83000e..610d417 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.49.0