summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-24 14:04:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-24 14:04:43 +0100
commit573b06af740b3f1966aa2ea190494d9c87270786 (patch)
treed2f5dd29803ad5bbca171bfff9b1ece4ef3d5b3c /tools
parent42ed8eb00eba8691994588b7fca5dbd04d92a59c (diff)
parent3953de124e87ce3b594fd861b6f111b2df706753 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools')
-rw-r--r--tools/adk/pkgmaker.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/adk/pkgmaker.c b/tools/adk/pkgmaker.c
index 18465ce18..bef206533 100644
--- a/tools/adk/pkgmaker.c
+++ b/tools/adk/pkgmaker.c
@@ -439,7 +439,7 @@ int main() {
if (fclose(pkg) != 0)
perror("Failed to close file stream for Makefile");
- /*
+#if 0
if (pkg_name != NULL)
fprintf(stderr, "Package name is %s\n", pkg_name);
if (pkg_section != NULL)
@@ -461,8 +461,8 @@ int main() {
if (pkg_multi != NULL)
fprintf(stderr, "Package multi is %s\n", pkg_multi);
- strmap_enum(pkgmap, iter_debug, NULL);
- */
+ strmap_enum(pkgmap, iter_debug, NULL);
+#endif
/* generate master source Config.in file */
if (snprintf(path, MAXPATH, "package/pkgconfigs.d/%s/Config.in", pkgdirp->d_name) < 0)