blob: 281d4f4a2e9dab31aed4f3fd7111831b43cbb3ad [file] [log] [blame]
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001make dist
2
3tar jxf elfutils-*.tar.bz2
4
5cd elfutils-*
6
7cp -a $srcdir/fake-src .
8
9Change SUBDIRS in Makefile.am to only $(mini_SUBDIRS) plus fake-src
10 Remove COPYING.GPL from EXTRA_DIST
11
12Remove all AC_CONFIG_FILES lines in configure.ac accept
13AC_CONFIG_FILES([config/Makefile])
14AC_CONFIG_FILES([Makefile])
15AC_CONFIG_FILES([m4/Makefile])
16AC_CONFIG_FILES([elfutils.spec:config/elfutils.spec.in])
17AC_CONFIG_FILES([lib/Makefile])
18AC_CONFIG_FILES([libelf/Makefile libelf-po/Makefile.in])
19
20Add
21AC_CONFIG_FILES([fake-src/Makefile])
22
23Change lib/Makefile.am:
24 libeu_a_SOURCES only next_prime.c crc32.c
25 noinst_HEADERS only fixedsizehash.h system.h
26 remove EXTRA_DIST
27 remove xmalloc_no_Werror
28
29mv COPYING.GPL COPYING
30
31set gpl and fake at beginning of elfutils.spec.in to 1
32
33automake
34
35autoconf
36
37mkdir build
38
39cd build
40
41../configure
42
43make
44
45make dist
46
47rpmbuild -ta elfutils-*.tar.gz