Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.179.108
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
rules.d /
[ HOME SHELL ]
Name
Size
Permission
Action
build.mk
17.42
KB
-rw-r--r--
control.mk
2.12
KB
-rw-r--r--
debhelper.mk
11.13
KB
-rw-r--r--
info.mk
298
B
-rw-r--r--
quilt.mk
1.26
KB
-rw-r--r--
tarball.mk
1010
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : quilt.mk
# Implements the patch and unpatch targets, called when building packages. # -*- Makefile -*-, you silly Emacs! # vim: set ft=make: DEBQUILTRC = debian/quiltrc QUILTOPT = --quiltrc $(DEBQUILTRC) QUILT = quilt $(QUILTOPT) patch: $(stamp)patch $(stamp)patch: @if test -r debian/patches/series.$(DEB_HOST_ARCH); then \ pc=".pc.$(DEB_HOST_ARCH)"; \ mkdir -p "$$pc"; \ ln -sf ../debian/patches/series.$(DEB_HOST_ARCH) $$pc/series; \ QUILT_PC="$$pc" $(QUILT) upgrade || true; \ if QUILT_PC="$$pc" $(QUILT) next >/dev/null 2>&1; then \ echo "Applying architecture specific patches... "; \ QUILT_PC="$$pc" $(QUILT) push -a -v ; \ fi ; \ fi touch $@ unpatch: @if test -r debian/patches/series.$(DEB_HOST_ARCH); then \ pc=".pc.$(DEB_HOST_ARCH)"; \ QUILT_PC="$$pc" $(QUILT) upgrade || true; \ if QUILT_PC="$$pc" $(QUILT) applied >/dev/null 2>&1; then \ echo "Unapplying architecture specific patches..."; \ QUILT_PC="$$pc" $(QUILT) pop -a -v ; \ fi ; \ rm -rf $$pc ; \ fi rm -f $(stamp)patch refresh: unpatch @if $(QUILT) applied >/dev/null 2>&1; then \ echo "Unapplying Debian patches..." ; \ $(QUILT) pop -a -v ; \ fi @while $(QUILT) next ; do \ $(QUILT) push ; \ $(QUILT) refresh ; \ done ; \ $(QUILT) pop -a
Close