Loading .gitignore +5 −0 Original line number Diff line number Diff line Loading @@ -10,10 +10,15 @@ # Top level excludes /Makefile.bak /Makefile /MINFO /*.a /include /*.pc /rehash.time /inc.* /makefile.* /out.* /tmp.* # Most *.c files under test/ are symlinks /test/*.c Loading GitConfigure 0 → 100755 +8 −0 Original line number Diff line number Diff line #!/bin/sh BRANCH=`git rev-parse --abbrev-ref HEAD` ./Configure $@ no-symlinks make files util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH make -f makefile.$BRANCH init GitMake 0 → 100755 +5 −0 Original line number Diff line number Diff line #!/bin/sh BRANCH=`git rev-parse --abbrev-ref HEAD` make -f makefile.$BRANCH $@ crypto/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ subdirs: @target=all; $(RECURSIVE_MAKE) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl "CPUID_OBJ=$(CPUID_OBJ)" Makefile >> $(TOP)/MINFO @target=files; $(RECURSIVE_MAKE) links: Loading crypto/aes/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) > $@ aes-armv4.o: aes-armv4.S files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO links: @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) Loading Loading
.gitignore +5 −0 Original line number Diff line number Diff line Loading @@ -10,10 +10,15 @@ # Top level excludes /Makefile.bak /Makefile /MINFO /*.a /include /*.pc /rehash.time /inc.* /makefile.* /out.* /tmp.* # Most *.c files under test/ are symlinks /test/*.c Loading
GitConfigure 0 → 100755 +8 −0 Original line number Diff line number Diff line #!/bin/sh BRANCH=`git rev-parse --abbrev-ref HEAD` ./Configure $@ no-symlinks make files util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH make -f makefile.$BRANCH init
GitMake 0 → 100755 +5 −0 Original line number Diff line number Diff line #!/bin/sh BRANCH=`git rev-parse --abbrev-ref HEAD` make -f makefile.$BRANCH $@
crypto/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ subdirs: @target=all; $(RECURSIVE_MAKE) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl "CPUID_OBJ=$(CPUID_OBJ)" Makefile >> $(TOP)/MINFO @target=files; $(RECURSIVE_MAKE) links: Loading
crypto/aes/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) > $@ aes-armv4.o: aes-armv4.S files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO links: @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) Loading