ports中make可带有的参数

1000阅读 0评论2012-08-30 ulovko
分类:BSD


  1. fetch - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined) into ${DISTDIR} as necessary.
  2. fetch-list - Show list of files that would be retrieved by fetch.
  3. fetch-recursive - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined), for port and dependencies into ${DISTDIR} as necessary.
  4. fetch-recursive-list - Show list of files that would be retrieved by fetch-recursive.
  5. fetch-required-list - Show list of files that would be retrieved by fetch-required.
  6. fetch-required - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined), for port and dependencies that are not already installed into ${DISTDIR}.
  7. all-depends-list - Show all directories which are dependencies for this port.
  8. build-depends-list - Show all directories which are build-dependencies for this port.
  9. package-depends-list - Show all directories which are package-dependencies for this port.
  10. run-depends-list - Show all directories which are run-dependencies for this port.
  11. extract - Unpacks ${DISTFILES} into ${WRKDIR}.
  12. patch - Apply any provided patches to the source.
  13. configure - Runs either GNU configure, one or more local configure scripts or nothing, depending on what's available.
  14. build - Actually compile the sources.
  15. install - Install the results of a build.
  16. reinstall - Install the results of a build, ignoring "already installed" flag.
  17. deinstall - Remove the installation.
  18. deinstall-all - Remove all installations with the same PKGORIGIN.

  19. package - Create a package from an _installed_ port.
  20. package-recursive - Create a package for a port and _all_ of its dependancies.

  21. describe - Try to generate a one-line description for each port for use in INDEX files and the like.
  22. checkpatch - Do a "patch -C" instead of a "patch". Note that it may give incorrect results if multiple patches deal with the same file.
  23. checksum - Use distinfo to ensure that your distfiles are valid.
  24. checksum-recursive - Run checksum in this port and all dependencies.
  25. makesum - Generate distinfo (only do this for your own ports!).
  26. clean - Remove ${WRKDIR} and other temporary files used for building.
  27. clean-depends - Do a "make clean" for all dependencies.
  28. config - Configure options for this port (using ${DIALOG}). Automatically run prior to extract, patch, configure, build, install, and package.
  29. showconfig - Display options config for this port
  30. rmconfig - Remove the options config for this port

上一篇:如何让用户只有重启系统的权限 && 备份MBR:
下一篇:FreeBSD 移动硬盘分区