summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-09 10:09:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-09 10:09:13 +0000
commita9be9bc7f564479788b9e9ddebf88eae62e6affd (patch)
tree242f8c19c1786973c77ec5dd44ff5d6d0f8c015e
parente8b99d21e52fe26c95b11b47d2d0e1f343bdec59 (diff)
downloadgnurl-a9be9bc7f564479788b9e9ddebf88eae62e6affd.tar.gz
gnurl-a9be9bc7f564479788b9e9ddebf88eae62e6affd.tar.bz2
gnurl-a9be9bc7f564479788b9e9ddebf88eae62e6affd.zip
Additional "docs" about 'make rpms' added by Loic
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b2270a47e..eb73ca708 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,11 +19,14 @@ check: test
test:
@(cd tests; make quiet-test)
+#
# Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
# must contain the following line:
# %_topdir /home/loic/local/rpm
# and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
#
+# cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
+#
# If additional configure flags are needed to build the package, add the
# following in ~/.rpmmacros
# %configure CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix} ${AM_CONFIGFLAGS}