pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Quickest way to rebuild if you just change PLIST
Hello Mayuresh,
Mayuresh writes:
> Sometimes PLIST errors are realized after spending a lot of time to build
> a large package. Doing a make clean and starting all over just because of
> PLIST change sounds daunting for large packages.
>
> Is there a quick way, such as manually changing files under work area so
> that fresh build time can be saved?
`install-clean' target permits that, e.g.:
| % make install
| [... PLIST mismatches ...]
| % make print-PLIST # update the PLIST
| % make install-clean
| % make install
Home |
Main Index |
Thread Index |
Old Index