~ubuntu-branches/ubuntu/feisty/linux-atm/feisty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Peter De Schrijver (p2)
  • Date: 2005-03-17 23:02:03 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050317230203-7vc1pxi0oua0nw5w
Tags: 2.4.1-17
Fix build problem with gcc 4.0 (Closes: )

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
     script, and exit.
181
181
 
182
182
`configure' also accepts some other, not widely useful, options.
183
 
 
184
 
Additional Build Targets
185
 
========================
186
 
 
187
 
The following additional build targets can be passed to make:
188
 
 
189
 
`uninstall'
190
 
     Uninstall the binaries, libraries, configuration files, and man pages
191
 
     which were installed with the 'install' target.
192
 
 
193
 
`dist'
194
 
     Create a gzipped distribution tarball.  It will be placed in the current
195
 
     directory.
196
 
 
197
 
`rpm'
198
 
     Create a binary RPM of the distribution.  The RPM will be placed in the
199
 
     src/extra/RPMS/`arch'/ directory where arch is the target platform.
200
 
     (This will also make a gzipped distribution tarball.)
201
 
 
202
 
`cscope'
203
 
     Create `cscope.out' cross-reference file for cscope tags.
204