Update of /cvsroot/leaf/src/bering-uclibc/apps/openssl
In directory sc8-pr-cvs1:/tmp/cvs-serv23856
Modified Files:
buildtool.mk
Log Message:
Bugfix (directories were not created correctly)
Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openssl/buildtool.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.mk 13 Sep 2003 12:56:15 -0000 1.2
--- buildtool.mk 14 Sep 2003 18:44:01 -0000 1.3
***************
*** 32,43 ****
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/lib/libcrypto.so*
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/lib/libssl.so*
! -mkdir $(BT_STAGING_DIR)/usr/
! -mkdir $(BT_STAGING_DIR)/usr/share
! -mkdir $(BT_STAGING_DIR)/usr/share/ssl
! -mkdir $(BT_STAGING_DIR)/etc/ssl
! -mkdir $(BT_STAGING_DIR)/etc/certs
! -mkdir $(BT_STAGING_DIR)/etc/private
! -mkdir $(BT_STAGING_DIR)/usr/ssl
! -mkdir $(BT_STAGING_DIR)/usr/ssl/misc
cp -f $(OPENSSL_TARGET_DIR)/bin/openssl $(BT_STAGING_DIR)/usr/bin/
cp -f $(OPENSSL_TARGET_DIR)/bin/c_rehash $(BT_STAGING_DIR)/usr/bin/
--- 32,43 ----
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/lib/libcrypto.so*
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/lib/libssl.so*
! -mkdir -p $(BT_STAGING_DIR)/usr/
! -mkdir -p $(BT_STAGING_DIR)/usr/share
! -mkdir -p $(BT_STAGING_DIR)/usr/share/ssl
! -mkdir -p $(BT_STAGING_DIR)/etc/ssl
! -mkdir -p $(BT_STAGING_DIR)/etc/certs
! -mkdir -p $(BT_STAGING_DIR)/etc/private
! -mkdir -p $(BT_STAGING_DIR)/usr/ssl
! -mkdir -p $(BT_STAGING_DIR)/usr/ssl/misc
cp -f $(OPENSSL_TARGET_DIR)/bin/openssl $(BT_STAGING_DIR)/usr/bin/
cp -f $(OPENSSL_TARGET_DIR)/bin/c_rehash $(BT_STAGING_DIR)/usr/bin/
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits