mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-06 13:51:38 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6653992aba | ||
|
|
0af0308dd2 |
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.66])
|
AC_PREREQ([2.66])
|
||||||
AC_INIT(clr-debug-info, 46, arjan@linux.intel.com)
|
AC_INIT(clr-debug-info, 47, arjan@linux.intel.com)
|
||||||
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
|
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|||||||
+1
-1
@@ -137,7 +137,7 @@ static void do_one_file(char *base1, char *base2, char *path, int isdir)
|
|||||||
|
|
||||||
if (!isdir &&
|
if (!isdir &&
|
||||||
asprintf(&command,
|
asprintf(&command,
|
||||||
"tar --no-recursion -h -C %s -Jcf %s %s &",
|
"tar --no-recursion -C %s -Jcf %s %s &",
|
||||||
base1,
|
base1,
|
||||||
fullpath2,
|
fullpath2,
|
||||||
path) >= 0) {
|
path) >= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user