文件操作 - buildopts.mk
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/dpkg/buildopts.mk
编辑文件内容
# This Makefile fragment (since dpkg 1.20.1) parses option arguments from # DEB_BUILD_OPTIONS, and exposes these as variables. # # Defines the following variables: # # DEB_BUILD_OPTION_PARALLEL: the argument for the parallel=N option. ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) DEB_BUILD_OPTION_PARALLEL = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件