freebsdports:FreeBSD ports中make可带有的参数

  hd <[email protected]>

直以来大家不知道在ports中make还可以有很多功能今天我将它可以带有参数个个列出来希望做为个记录还是比较有用

  fetch - Retrieves ${DISTFILES} (and ${PATCHFILES} d) o ${DISTDIR} as necessary.
fetch-list - Show list of files that would be retrieved by fetch.
fetch-recursive - Retrieves ${DISTFILES} (and ${PATCHFILES} d), for port and dependencies o ${DISTDIR} as necessary.
fetch-recursive-list - Show list of files that would be retrieved by fetch-recursive.
fetch-required-list - Show list of files that would be retrieved by fetch-required.
fetch-required - Retrieves ${DISTFILES} (and ${PATCHFILES} d), for port and dependencies that are not already ed o ${DISTDIR}.
all-depends-list - Show all directories which are dependencies for this port.
build-depends-list - Show all directories which are build-dependencies for this port.
package-depends-list - Show all directories which are package-dependencies for this port.
run-depends-list - Show all directories which are run-dependencies for this port.
extract - Unpacks ${DISTFILES} o ${WRKDIR}.
patch - Apply any provided patches to the source.
configure - Runs either GNU configure, one or more local configure scripts or nothing, depending on what's available.
build - Actually compile the sources.
- Install the results of a build.
re - Install the results of a build, ignoring "already ed" flag.
de - Remove the ation.
de-all - Remove all ations with the same PKGORIGIN.
package - Create a package from an _ed_ port.
package-recursive - Create a package for a port and _all_ of its dependancies.
describe - Try to generate a one-line description for each port for use in INDEX files and the like.
checkpatch - Do a "patch -C" instead of a "patch". Note that it may give incorrect results multiple patches deal with the same file.
checksum - Use distinfo to ensure that your distfiles are valid.
checksum-recursive - Run checksum in this port and all dependencies.
makesum - Generate distinfo (only do this for your own ports!).
clean - Remove ${WRKDIR} and other temporary files used for building.
clean-depends - Do a "make clean" for all dependencies.
config - Configure options for this port (using ${DIALOG}). Automatically run prior to extract, patch, configure, build, , and package.
showconfig - Display options config for this port
rmconfig - Remove the options config for this port


Tags:  make的参数 make参数 freebsd安装ports freebsdports

延伸阅读

最新评论

发表评论