Skip to content

Commit

Permalink
Revert "refs #100610 Ignore lib2 and ccnr Makefiles (they are just li…
Browse files Browse the repository at this point in the history
…nks) as it goofs up openssl."

This reverts commit de64180.
  • Loading branch information
David J. Kordsmeier committed Feb 2, 2012
1 parent de64180 commit de40f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -98,7 +98,7 @@ distfile: tar
fixupversions: _always fixupversions: _always
Fix1 () { sed -e '/^PROJECT_NUMBER/s/=.*$$/= $(VERSION)/' $$1 > DTemp && mv DTemp $$1; } && Fix1 csrc/Doxyfile && Fix1 csrc/Doxyfile.dist && Fix1 csrc/Doxyfile.latex && Fix1 javasrc/Doxyfile && Fix1 javasrc/Doxyfile.dist && Fix1 javasrc/Doxyfile.latex && Fix1 doc/manpages/Makefile && Fix1 android/Doxyfile && Fix1 android/Doxyfile.dist && Fix1 android/Doxyfile.latex Fix1 () { sed -e '/^PROJECT_NUMBER/s/=.*$$/= $(VERSION)/' $$1 > DTemp && mv DTemp $$1; } && Fix1 csrc/Doxyfile && Fix1 csrc/Doxyfile.dist && Fix1 csrc/Doxyfile.latex && Fix1 javasrc/Doxyfile && Fix1 javasrc/Doxyfile.dist && Fix1 javasrc/Doxyfile.latex && Fix1 doc/manpages/Makefile && Fix1 android/Doxyfile && Fix1 android/Doxyfile.dist && Fix1 android/Doxyfile.latex


IGNORELINKS = -e csrc/ccnr/Makefile -e csrc/lib2/Makefile -e android/CCNx-Android-Services/jni/csrc -e android/CCNx-Android-Services/jni/openssl/openssl-armv5 IGNORELINKS = -e android/CCNx-Android-Services/jni/csrc -e android/CCNx-Android-Services/jni/openssl/openssl-armv5
MD5: _always MD5: _always
grep -v $(IGNORELINKS) MANIFEST | xargs openssl dgst > MD5 grep -v $(IGNORELINKS) MANIFEST | xargs openssl dgst > MD5


Expand Down

0 comments on commit de40f39

Please sign in to comment.