文件操作 - buildapi.mk
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/dpkg/buildapi.mk
编辑文件内容
# This Makefile fragment (since dpkg 1.22.0) handles the build API. # Default API level when not set. DPKG_BUILD_API ?= $(shell dpkg-buildapi) # We could use only built-in GNU make functions, but that seems too much # complexity given no integer operators, given that we currently have to # fetch the build API level anyway. dpkg_build_api_ge = $(shell test "$(DPKG_BUILD_API)" -ge "$(1)" && echo yes)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件