Prv8 Shell
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4
System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64
User : jackjohn ( 502)
PHP Version : 5.3.17
Disable Function : NONE
Directory :  /lib/modules/2.6.32-279.5.2.el6.x86_64/source/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/modules/2.6.32-279.5.2.el6.x86_64/source/Makefile.common
RPMBUILD := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \
                   else echo rpm; fi)
MACH :=  $(shell uname -m)
KVERSION:=2.6.32
# marker is git tag
MARKER:=v2.6.32
SPECFILE:=kernel.spec
REDHAT:=$(shell pwd)
RPM:=$(REDHAT)/rpm
SRPMS:=$(RPM)/SRPMS
SOURCES:=$(RPM)/SOURCES
BUILD:=279
#TARFILE:=$(subst _,.,$(MARKER)).tar.bz2
TARFILE:=linux-$(KVERSION).tar.bz2
TARBALL:=$(REDHAT)/$(TARFILE)
TESTPATCH:=$(REDHAT)/linux-kernel-test.patch
FILTERDIFF:=/usr/bin/filterdiff -x '*redhat/*' -x '*/.gitignore' -x '*/makefile'

SUBLEVEL := $(shell echo $(MARKER) | cut -f 3 -d '.' | cut -f 1 -d '-')
RCREV := $(shell echo $(MARKER) | cut -f 2 -d '-' -s | sed -e "s/rc//")
GITREV := $(shell echo $(MARKER) | cut -f 3 -d '-' -s | sed -e "s/git//")

ifneq ($(RCREV),)
	RELEASED_KERNEL := 0
	STAMP_VERSION := $(shell echo $(MARKER) | cut -f 1 -d '-' | sed -e "s/v//")
	PREBUILD := "0."
else
	RELEASED_KERNEL := 1
	STAMP_VERSION := $(KVERSION)
	PREBUILD := ""
endif
RC_PATCH := patch-2.6.$(SUBLEVEL)-rc$(RCREV).bz2
GIT_PATCH := patch-2.6.$(SUBLEVEL)-rc$(RCREV)-git$(GITREV).bz2


haha - 2025