aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2016-06-16 10:12:12 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-06-16 14:50:46 +0300
commit8fedf598c85f2fc5c68c96eebdc5753a89be7137 (patch)
tree5604c6568fde61c210ee8d3763d6c69e3c77ae0f
parent8daec3ce62c9f89a2c8294dd41e818fd0a662d9a (diff)
downloadcpio-8fedf598c85f2fc5c68c96eebdc5753a89be7137.tar.gz
cpio-8fedf598c85f2fc5c68c96eebdc5753a89be7137.tar.bz2
bootstrap: fix bootstrap after clean clone
* bootstrap.conf: Reintroduce changes added by c7e60954dc7945635194 and removed by cleanup in 0396591026410f9. * lib/Makefile.am: Honor the ^pax prefix. * po/POTFILES.in: Likewise.
-rw-r--r--bootstrap.conf12
-rw-r--r--lib/Makefile.am8
-rw-r--r--po/POTFILES.in6
3 files changed, 18 insertions, 8 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index fe4248f..403e371 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -121,7 +121,17 @@ fi
for dir in doc rmt lib tests
do
copy_files ${PAXUTILS}/$dir $dir
done
copy_files ${PAXUTILS}/paxlib lib pax
- \ No newline at end of file
+
+echo "$0: Creating lib/sysdep.c"
+m4 -DMODE=C sysdep.m4 mingw.m4 > lib/sysdep.c
+echo "$0: Creating lib/sysdep.h"
+m4 -DMODE=H sysdep.m4 mingw.m4 > lib/sysdep.h
+echo "$0: Updating lib/system.h"
+mv lib/system.h lib/system.h~
+cat lib/system.h~ > lib/system.h
+echo '#include "sysdep.h"' >> lib/system.h
+echo "$0: Creating am/sysdep.m4"
+m4 -DMODE=AC sysdep.m4 mingw.m4 > am/sysdep.m4
diff --git a/lib/Makefile.am b/lib/Makefile.am
index b8dd2b2..1353098 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -27,15 +27,15 @@ rmt-command.h : Makefile
BUILT_SOURCES = rmt-command.h
CLEANFILES = rmt-command.h rmt-command.h-t
AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu
noinst_HEADERS = system.h system-ioctl.h rmt.h paxlib.h
libpax_a_SOURCES = \
- exit.c\
- exit-status.c\
+ paxexit.c\
+ paxexit-status.c\
paxlib.h\
rtapelib.c\
sysdep.h\
sysdep.c\
system.h\
- error.c\
- names.c
+ paxerror.c\
+ paxnames.c
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8b4d7f7..2bad67d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -24,15 +24,15 @@ gnu/getopt.c
gnu/obstack.c
gnu/openat-die.c
gnu/quotearg.c
gnu/version-etc.c
gnu/xalloc-die.c
-lib/error.c
-lib/exit.c
-lib/names.c
+lib/paxerror.c
+lib/paxexit.c
+lib/paxnames.c
lib/rtapelib.c
rmt/rmt.c
src/copyin.c
src/copyout.c

Return to:

Send suggestions and report system problems to the System administrator.