博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
FreeBSD ports中make可带有的参数(转)
阅读量:6344 次
发布时间:2019-06-22

本文共 2543 字,大约阅读时间需要 8 分钟。

一直以来大家不知道在ports中的make还可以有很多的功能,今天我将它可以带有的参数一个个列出来。
希望做为一个记录,还是比较有用的哟。
fetch 
  - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined) into ${DISTDIR} 
    as necessary.
fetch-list 
  - Show list of files that would be retrieved by fetch.
fetch-recursive
  - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined), for port and
    dependencies into ${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} if defined), for port and
    dependencies that are not already installed into ${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} into ${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 
  - Install the results of a build.
reinstall 
  - Install the results of a build, ignoring "already installed" flag.
deinstall 
  - Remove the installation.
deinstall-all 
  - Remove all installations with the same PKGORIGIN.
package 
  - Create a package from an _installed_ 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 if 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, install, and package.
showconfig 
  - Display options config for this port
rmconfig
  - Remove the options config for this port
--------------------- 
作者:风中飘扬的柳絮 
来源:CSDN 
原文:https://blog.csdn.net/xport/article/details/498287 
版权声明:本文为博主原创文章,转载请附上博文链接!
你可能感兴趣的文章
【hoj】1604 cable master
查看>>
Android Activity界面切换添加动画特效(转)
查看>>
java 递归函数
查看>>
Unreal Engine 4 Camera Lag(摄影机延迟)
查看>>
Oracle笔记 十一、PL/SQL函数和触发器
查看>>
【编程之美】2.1 二进制数中1的个数
查看>>
简单工厂模式
查看>>
POJ3070:Fibonacci(矩阵快速幂模板题)
查看>>
Linux定义系统提示符的变量:PS1
查看>>
udp_client.c udp_server.c
查看>>
数据存储及说明
查看>>
SCI杂志分区规则
查看>>
轻触开关内部结构
查看>>
netty-socketio使用namespace
查看>>
Java计算日期和时间差
查看>>
Android 自定义ScrollView(具有反弹效果的ScrollView,能够兼容横向的滑动)
查看>>
ASP.NET MVC+EF框架+EasyUI实现权限管理系列(8)-DbSession线程内唯一
查看>>
开机黑屏 仅仅显示鼠标 电脑黑屏 仅仅有鼠标 移动 [已成功解决]
查看>>
分享一段H264视频和AAC音频的RTP封包代码
查看>>
GUI程序设计
查看>>