[Pkg-gnupg-commit] [libassuan] 340/437: 2010-11-15 Marcus Brinkmann <mb at g10code.com>

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:34:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit f0d891b963389de55f2b67b4b01d77d67ade576e
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Mon Nov 15 14:52:45 2010 +0000

    2010-11-15  Marcus Brinkmann  <mb at g10code.com>
    
    	* conf-w32ce-msc/stdint.h: New file.
    	* conf-w32ce-msc/build.mk (conf_sources): Add stdint.h.
    	(copy-static-source): Revert last change.
---
 contrib/ChangeLog               |  6 ++++++
 contrib/conf-w32ce-msc/build.mk | 12 ++----------
 contrib/conf-w32ce-msc/stdint.h |  9 +++++++++
 3 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 98414f4..3a876a6 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-15  Marcus Brinkmann  <mb at g10code.com>
+
+	* conf-w32ce-msc/stdint.h: New file.
+	* conf-w32ce-msc/build.mk (conf_sources): Add stdint.h.
+	(copy-static-source): Revert last change.
+
 2010-11-15  Werner Koch  <wk at g10code.com>
 
 	* conf-w32ce-msc/build.mk (copy-static-source): Create stdint.h.
diff --git a/contrib/conf-w32ce-msc/build.mk b/contrib/conf-w32ce-msc/build.mk
index 0fd4f66..70b9634 100755
--- a/contrib/conf-w32ce-msc/build.mk
+++ b/contrib/conf-w32ce-msc/build.mk
@@ -116,13 +116,13 @@ objs = \
 # Sources files in this directory inclduing this Makefile
 conf_sources = \
 	build.mk \
-	config.h
+	config.h \
+        stdint.h
 
 # Source files built by running the standard build system.
 built_sources = \
 	assuan.h
 
-my_stdint = $(targetsrc)/libassuan/src/stdint.h
 
 copy-static-source:
 	@if [ ! -f ./assuan-defs.h ]; then \
@@ -132,14 +132,6 @@ copy-static-source:
 	cp -t $(targetsrc)/libassuan/src $(sources);
 	cd ../contrib/conf-w32ce-msc ; \
            cp -t $(targetsrc)/libassuan/src $(conf_sources)
-	@echo typedef unsigned long long uint64_t;  >$(my_stdint)
-	@echo typedef long long int64_t;	   >>$(my_stdint)
-	@echo typedef unsigned int uint32_t;	   >>$(my_stdint)
-	@echo typedef int int32_t;		   >>$(my_stdint)
-	@echo typedef unsigned short uint16_t;	   >>$(my_stdint)
-	@echo typedef short int16_t;		   >>$(my_stdint)
-	@echo typedef unsigned int uintptr_t;	   >>$(my_stdint)
-	@echo typedef int intptr_t;                >>$(my_stdint)
 
 
 copy-built-source:
diff --git a/contrib/conf-w32ce-msc/stdint.h b/contrib/conf-w32ce-msc/stdint.h
new file mode 100755
index 0000000..0a821b7
--- /dev/null
+++ b/contrib/conf-w32ce-msc/stdint.h
@@ -0,0 +1,9 @@
+typedef unsigned long long uint64_t;
+typedef long long int64_t;
+typedef unsigned int uint32_t;
+typedef int int32_t;
+typedef unsigned short uint16_t;
+typedef short int16_t;
+typedef unsigned int uintptr_t;
+typedef int intptr_t;
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list