Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-4.4.0-210 /
tools /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
feature
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
tests
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
Makefile
905
B
-rw-r--r--
2016-01-11 00:01
Makefile.build
3.46
KB
-rw-r--r--
2021-04-16 11:57
Makefile.feature
4.7
KB
-rw-r--r--
2016-01-11 00:01
Makefile.include
170
B
-rw-r--r--
2016-01-11 00:01
Save
Rename
ifeq ($(srctree),) srctree := $(patsubst %/,%,$(dir $(shell pwd))) srctree := $(patsubst %/,%,$(dir $(srctree))) endif include $(srctree)/tools//scripts/Makefile.include define allow-override $(if $(or $(findstring environment,$(origin $(1))),\ $(findstring command line,$(origin $(1)))),,\ $(eval $(1) = $(2))) endef $(call allow-override,CC,$(CROSS_COMPILE)gcc) $(call allow-override,LD,$(CROSS_COMPILE)ld) ifeq ($(V),1) Q = else Q = @ endif export Q srctree CC LD MAKEFLAGS := --no-print-directory build := -f $(srctree)/tools/build/Makefile.build dir=. obj all: fixdep clean: $(call QUIET_CLEAN, fixdep) $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete $(Q)rm -f fixdep $(OUTPUT)fixdep-in.o: FORCE $(Q)$(MAKE) $(build)=fixdep $(OUTPUT)fixdep: $(OUTPUT)fixdep-in.o $(QUIET_LINK)$(CC) $(LDFLAGS) -o $@ $< FORCE: .PHONY: FORCE