]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Additional "docs" about 'make rpms' added by Loic
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jan 2001 10:09:13 +0000 (10:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jan 2001 10:09:13 +0000 (10:09 +0000)
Makefile.am

index b2270a47e047f653baf12c4678e7a9514350de16..eb73ca708dc4ba985e1d25b19984e2fd7dcc7fe5 100644 (file)
@@ -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}