mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-06 05:41:43 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6653992aba | ||
|
|
0af0308dd2 | ||
|
|
8ace503438 | ||
|
|
2c87f83adc | ||
|
|
67b9b3acc8 |
@@ -8,6 +8,7 @@ clr_debug_prepare
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
ar-lib
|
||||
autom4te.cache/
|
||||
compile
|
||||
config.h
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ clr_debug_prepare_SOURCES = src/prepare.c
|
||||
|
||||
|
||||
clr_debug_fuse_LDADD = ${fuse_LIBS} libnica.la
|
||||
clr_debug_daemon_LDADD = ${curl_LIBS} libnica.la
|
||||
clr_debug_daemon_LDADD = ${curl_LIBS} libnica.la ${LIBSYSTEMD_LIBS}
|
||||
clr_debug_prepare_LDADD = libnica.la
|
||||
|
||||
systemdsystemunit_DATA = clr_debug_fuse.service clr_debug_daemon.service clr_debug_daemon.socket
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.66])
|
||||
AC_INIT(clr-debug-info, 43, arjan@linux.intel.com)
|
||||
AC_INIT(clr-debug-info, 47, arjan@linux.intel.com)
|
||||
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
|
||||
AM_SILENT_RULES([yes])
|
||||
AC_PROG_CC
|
||||
|
||||
+1
-1
@@ -137,7 +137,7 @@ static void do_one_file(char *base1, char *base2, char *path, int isdir)
|
||||
|
||||
if (!isdir &&
|
||||
asprintf(&command,
|
||||
"tar --no-recursion -h -C %s -Jcf %s %s &",
|
||||
"tar --no-recursion -C %s -Jcf %s %s &",
|
||||
base1,
|
||||
fullpath2,
|
||||
path) >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user