code
stringlengths 3
1.03M
| repo_name
stringlengths 5
84
| path
stringlengths 4
233
| language
stringclasses 1
value | license
stringclasses 15
values | size
int32 3
1.03M
|
---|---|---|---|---|---|
del server.log
"C:\Program Files (x86)\WinSCP\winscp.com" /console /command "open scp://mc:[email protected]:222" "option transfer ascii" "get /srv/minecraft/server.log server.log" "exit"
pause
|
sehrgut/minecraft-smp-mocreatures
|
moCreatures/server/get.cmd
|
bat
|
epl-1.0
| 197 |
cmd_sound/ppc/built-in.o := rm -f sound/ppc/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/ppc/built-in.o
|
utkanos/android_htc_mecha_kernel_5slot
|
sound/ppc/.built-in.o.cmd
|
bat
|
gpl-2.0
| 171 |
REM ########################################################
REM #### Copy nessisary files and call setup package bat ###
REM ########################################################
@echo off
REM #######################################################
@if not "%2" == "" (
set sub_dir=_%2
)
if "%1" == "i386_debug" goto i386_debug
if "%1" == "i386_release" goto i386_release
if "%1" == "x64_debug" goto x64_debug
if "%1" == "x64_release" goto x64_release
goto GM_PARAMS_ERROR
:i386_debug
copy ..\obj\engine\i386\debug%sub_dir%\*.mo ..\exe\i386\debug%sub_dir%
if errorlevel 1 goto GMERROREND
goto GMEND
REM #######################################################
:i386_release
copy ..\obj\engine\i386\release%sub_dir%\*.mo ..\exe\i386\release%sub_dir%
if errorlevel 1 goto GMERROREND
goto GMEND
REM #######################################################
:x64_debug
copy ..\obj\engine\x64\debug%sub_dir%\*.mo ..\exe\x64\debug%sub_dir%
if errorlevel 1 goto GMERROREND
goto GMEND
REM #######################################################
:x64_release
copy ..\obj\engine\x64\release%sub_dir%\*.mo ..\exe\x64\release%sub_dir%
if errorlevel 1 goto GMERROREND
goto GMEND
:GM_PARAMS_ERROR
goto GMEND
:GMERROREND
echo Some command error, please check it.
exit 1
:GMEND
|
yeyouqun/gimu
|
src/copy_engine.bat
|
bat
|
gpl-2.0
| 1,281 |
cmd_sound/soc/codecs/snd-soc-rt5631.o := arm-linux-gnueabi-ld -EL -r -o sound/soc/codecs/snd-soc-rt5631.o sound/soc/codecs/rt5631.o
|
jpsminix/minix5
|
sound/soc/codecs/.snd-soc-rt5631.o.cmd
|
bat
|
gpl-2.0
| 136 |
cmd_sound/ppc/built-in.o := rm -f sound/ppc/built-in.o; /home/aashir/android/toolchain/linaro/bin/arm-eabi-ar rcsD sound/ppc/built-in.o
|
emwno/android_kernel_U8500
|
sound/ppc/.built-in.o.cmd
|
bat
|
gpl-2.0
| 137 |
cmd_fs/ubifs/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o fs/ubifs/built-in.o fs/ubifs/ubifs.o
|
chrnueve/udooImaxdi
|
kernel_oficial_source/fs/ubifs/.built-in.o.cmd
|
bat
|
gpl-2.0
| 133 |
cmd_net/netfilter/nf_conntrack.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o net/netfilter/nf_conntrack.o net/netfilter/nf_conntrack_core.o net/netfilter/nf_conntrack_standalone.o net/netfilter/nf_conntrack_expect.o net/netfilter/nf_conntrack_helper.o net/netfilter/nf_conntrack_proto.o net/netfilter/nf_conntrack_l3proto_generic.o net/netfilter/nf_conntrack_proto_generic.o net/netfilter/nf_conntrack_proto_tcp.o net/netfilter/nf_conntrack_proto_udp.o net/netfilter/nf_conntrack_extend.o net/netfilter/nf_conntrack_acct.o net/netfilter/nf_conntrack_ecache.o
|
friedrich420/Note-3-Kernel
|
net/netfilter/.nf_conntrack.o.cmd
|
bat
|
gpl-2.0
| 591 |
cmd_arch/arm/lib/io-writesb.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.io-writesb.o.d -nostdinc -isystem /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/lithium/kfhd/kernel/android-3.0/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-omap2/include -Iarch/arm/plat-omap/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-writesb.o arch/arm/lib/io-writesb.S
source_arch/arm/lib/io-writesb.o := arch/arm/lib/io-writesb.S
deps_arch/arm/lib/io-writesb.o := \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/linkage.h \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/hwcap.h \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/io-writesb.o: $(deps_arch/arm/lib/io-writesb.o)
$(deps_arch/arm/lib/io-writesb.o):
|
0xD34D/kernel_amazon_tate
|
arch/arm/lib/.io-writesb.o.cmd
|
bat
|
gpl-2.0
| 2,086 |
cmd_arch/arm/mach-msm/msm_bus/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o arch/arm/mach-msm/msm_bus/built-in.o arch/arm/mach-msm/msm_bus/msm_bus_core.o arch/arm/mach-msm/msm_bus/msm_bus_fabric.o arch/arm/mach-msm/msm_bus/msm_bus_config.o arch/arm/mach-msm/msm_bus/msm_bus_arb.o arch/arm/mach-msm/msm_bus/msm_bus_board_8660.o arch/arm/mach-msm/msm_bus/msm_bus_dbg.o
|
dagnarf/sgh-i717-dagkernel
|
arch/arm/mach-msm/msm_bus/.built-in.o.cmd
|
bat
|
gpl-2.0
| 413 |
md assets\Data
md assets\Scenes
xcopy ..\..\Bin\Data\*.* assets\Data /S /E /C /Y
xcopy ..\..\Bin\Scenes\*.* assets\Scenes /S /E /C /Y
xcopy ..\..\Bin\*.json assets /S /E /C /Y
rd /S /Q assets\Data\Shaders\HLSL
|
realXtend/tundra-urho3d
|
src/Android/CopyData.bat
|
bat
|
apache-2.0
| 210 |
cd ../../bin
set path=%path%;%cd%
cd ../include
ConfigGeneratord.exe ./cetty/service/builder/ServerBuilderConfig.proto -I. -I../../thirdparty/_include --config_out=.
mv ./cetty/service/builder/ServerBuilderConfig.cnf.cpp ../cetty-service/src/cetty/service/builder/
pause
|
frankee/cetty2
|
cetty-service/build/proto_gen.cmd
|
bat
|
apache-2.0
| 273 |
@echo off
REM You can use more major version by removing %k and %l and %m.This command prompt version.
REM for /f tokens^=2-5^ delims^=.-_^" %j in ('java -fullversion 2^>^&1') do @set "jver=%j%k%l%m"
REM echo %jver%
IF DEFINED %SMOCKIN_DIR_PATH% (set APP_DIR_PATH=%SMOCKIN_DIR_PATH%) ELSE (set APP_DIR_PATH=%userprofile%\.smockin)
set APP_NAME=sMockin
set APP_VERSION=2.16.0
set DB_DIR_PATH=%APP_DIR_PATH%\db
set DB_DRIVER_DIR_PATH=%DB_DIR_PATH%\driver
set DB_DATA_DIR_PATH=%DB_DIR_PATH%\data
set DB_MARKER=db_initialized
set H2_JAR_NAME=h2-1.4.194.jar
set DB_PROPS_FILE=db.properties
set APP_PROPS_FILE=app.properties
IF NOT EXIST %APP_DIR_PATH% (
echo Please run the install.sh script first to install required .smockin config to your user home
exit /B
)
SETLOCAL ENABLEDELAYEDEXPANSION
SET count=1
FOR /F "tokens=3 USEBACKQ" %%F IN (`findstr "^[^#;]" %DB_DIR_PATH%\%DB_PROPS_FILE%`) DO (
SET var!count!=%%F
SET /a count=!count!+1
)
set DB_USERNAME=%var1%
set DB_PASSWORD=%var2%
set DRIVER_CLASS=%var3%
set JDBC_URL=%var4%
set HIBERNATE_DIALECT=%var5%
set MAX_POOL_SIZE=%var6%
set MIN_POOL_SIZE=%var7%
SET count=1
FOR /F "tokens=3 USEBACKQ" %%F IN (`findstr "^[^#;]" %APP_DIR_PATH%\%APP_PROPS_FILE%`) DO (
SET var!count!=%%F
SET /a count=!count!+1
)
IF DEFINED %1 (set APP_PORT=%1) ELSE (set APP_PORT=%var2%)
set H2_PORT=%var1%
set MULTI_USER_MODE_CONF=%var3%
set MULTI_USER_MODE=false
if "%MULTI_USER_MODE_CONF%"=="TRUE" (
set MULTI_USER_MODE=true
)
call set MOD_DB_PATH1=%%userprofile:C:\=C:/%%
call set MOD_DB_PATH2=%%MOD_DB_PATH1:\=/%%
call set JDBC_URL=%%JDBC_URL:{USER.HOME}=%MOD_DB_PATH2%%%
echo #####################################################################################
echo #
echo # %APP_NAME%
echo #
echo # v%APP_VERSION%
echo #
REM Check for H2 DB Server driver and start it up (in TCP server mode) if not already running
if "%DRIVER_CLASS%"=="org.h2.Driver" (
call set JDBC_URL=%%JDBC_URL:{H2.PORT}=%H2_PORT%%%
echo # Starting H2 TCP Database...
start java -cp %DB_DRIVER_DIR_PATH%\%H2_JAR_NAME% org.h2.tools.Server -tcp -tcpAllowOthers -tcpPort %H2_PORT%
)
echo # JDBC Connectivity Properties:
echo # - JDBC DRIVER: %DRIVER_CLASS%
echo # - JDBC URL: %JDBC_URL%
echo #
REM Prepare runtime args
set VM_ARGS=--spring.datasource.url=%JDBC_URL%,--spring.datasource.username=%DB_USERNAME%,--spring.datasource.password=%DB_PASSWORD%,--spring.datasource.maximumPoolSize=%MAX_POOL_SIZE%,--spring.datasource.minimumIdle=%MIN_POOL_SIZE%,--user.timezone=UTC,--app.version=%APP_VERSION%
set APP_PROFILE=production
REM START UP SMOCKIN APPLICATION
REM (JPA WILL CREATE THE ACTUAL SMOCKIN DB AUTOMATICALLY IF IT DOES NOT ALREADY EXIST)
echo #
echo # Starting Main Application...
echo #
echo # Please Note:
echo # - Application logs are available from: .smockin/log (under the user.home directory)
echo # - Navigate to: 'http://localhost:%APP_PORT%/index.html' to access the Smockin Admin UI.
mvn spring-boot:run -Dspring-boot.run.arguments="--spring.profiles.active=%APP_PROFILE%,--multi.user.mode=%MULTI_USER_MODE%,--server.port=%APP_PORT%,%VM_ARGS%"
echo #
echo #####################################################################################
ENDLOCAL
|
mgtechsoftware/smockin
|
start.bat
|
bat
|
apache-2.0
| 3,248 |
@echo off
REM Copyright (c) 2013-2019 The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
echo ®§¤ ¥¬ 7z à娢 á ¡®à®¬...
REM ¢ë室¥ ¯®«ãç ¥¬ 7z à娢, ¢ ª®â®à®¬ ¡ã¤ãâ «¥¦ âì ¯ ¯ª¨ Firefox, I2Pd, src ¨ ä ©« StartI2PdBrowser.exe ã஢¥¬ ¢ëè¥.
7z a -t7z -m0=lzma2:d192m -mx=9 -aoa -mfb=273 -md=128m -ms=on -- I2PdBrowserPortable.7z ..\..\windows\Firefox ..\..\windows\i2pd ..\src\StartI2PdBrowser.bat ..\src\browser.ico
echo ®§¤ ¥¬ 7z SFX - á ¬®à ᯠª®¢ë¢ î騩áï à娢...
REM ¢ë室¥ ¯®«ãç ¥¬ á ¬®à ᯠª®¢ë¢ î騩áï à娢, à娢 ¯®á«¥ í⮣® 㤠«ï¥¬.
copy /b 7zsd_LZMA2_i2pdbrowser_1.3.0.sfx + config.txt + I2PdBrowserPortable.7z I2PdBrowserPortable_1.3.0.exe >> nul
del I2PdBrowserPortable.7z >> nul
echo ®â®¢®!
pause
|
PurpleI2P/i2pdbrowser
|
windows_prebuilt/build/build_exe.bat
|
bat
|
bsd-3-clause
| 832 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSATT.S01_AttachmentProcessing.MSOXWSATT_S01_TC04_ProcessContactItemTypeItemAttachment /testcontainer:..\..\MS-OXWSATT\TestSuite\bin\Debug\MS-OXWSATT_TestSuite.dll /runconfig:..\..\MS-OXWSATT\MS-OXWSATT.testsettings /unique
pause
|
XinwLi/Interop-TestSuites-1
|
ExchangeWebServices/Source/Scripts/MS-OXWSATT/RunMSOXWSATT_S01_TC04_ProcessContactItemTypeItemAttachment.cmd
|
bat
|
mit
| 325 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S02_SetPropertyData_TestSuite.MSOXCPRPT_S02_SetPropertyData_TestSuite9 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /unique
pause
|
XinwLi/Interop-TestSuites-1
|
ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S02_SetPropertyData_TestSuite9.cmd
|
bat
|
mit
| 315 |
cmd_drivers/char/built-in.o := arm-linux-gnueabihf-ld -EL -r -o drivers/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/misc.o
|
Dee-UK/D33_KK_Kernel
|
drivers/char/.built-in.o.cmd
|
bat
|
gpl-2.0
| 154 |
cmd_crypto/built-in.o := arm-eabi-ld -EL -r -o crypto/built-in.o crypto/crypto.o crypto/crypto_wq.o crypto/crypto_algapi.o crypto/aead.o crypto/crypto_blkcipher.o crypto/chainiv.o crypto/eseqiv.o crypto/crypto_hash.o crypto/pcompress.o crypto/cryptomgr.o crypto/hmac.o crypto/md4.o crypto/md5.o crypto/sha1_generic.o crypto/ecb.o crypto/cbc.o crypto/des_generic.o crypto/twofish_generic.o crypto/twofish_common.o crypto/aes_generic.o crypto/arc4.o crypto/deflate.o crypto/crc32c.o crypto/authenc.o crypto/rng.o crypto/krng.o
|
TroNit/BlackDome_New_supersonic
|
crypto/.built-in.o.cmd
|
bat
|
gpl-2.0
| 530 |
@echo off
REM Copyright (C) 2016 and later: Unicode, Inc. and others.
REM License & terms of use: http://www.unicode.org/copyright.html
REM ********************************************************************
REM * COPYRIGHT:
REM * Copyright (c) 2010-2014, International Business Machines Corporation
REM * and others. All Rights Reserved.
REM ********************************************************************
set ICU_ARCH=%1
set ICU_DBRL=%2
if "%1" == "" (
echo Usage: %0 "x86 or x64" "Debug or Release"
exit /b 1
)
if "%2" == "" (
echo Usage: %0 %1 "Debug or Release"
exit /b 1
)
set ICU_OPATH=%PATH%
set ICU_ICUDIR="%~dp0"\..\..
if "%ICU_ARCH%" == "x64" (
set ICU_BINDIR=%~dp0\..\..\bin64
) else (
set ICU_BINDIR=%~dp0\..\..\bin
)
set PATH=%ICU_BINDIR%;%PATH%
echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
pushd %ICU_ICUDIR%
@rem factor these out
set ICUINFO_CMD=%ICU_ICUDIR%\source\tools\icuinfo\%ICU_ARCH%\%ICU_DBRL%\icuinfo.exe
set INTLTEST_CMD=%ICU_ICUDIR%\source\test\intltest\%ICU_ARCH%\%ICU_DBRL%\intltest.exe
set IOTEST_CMD=%ICU_ICUDIR%\source\test\iotest\%ICU_ARCH%\%ICU_DBRL%\iotest.exe
set CINTLTST_CMD=%ICU_ICUDIR%\source\test\cintltst\%ICU_ARCH%\%ICU_DBRL%\cintltst.exe
set LETEST_CMD=%ICU_ICUDIR%\source\test\letest\%ICU_ARCH%\%ICU_DBRL%\letest.exe
set ICUFAILED=
set ICURUN=
set ICUFAILCNT=0
@echo on
@set THT=icuinfo
@echo ==== %THT% =========================================================================
%ICUINFO_CMD% %ICUINFO_OPTS%
@IF NOT ERRORLEVEL 1 GOTO OK_%THT%
@set ICUFAILED=%ICUFAILED% %THT%
@set ICUFAILCNT=1
:OK_icuinfo
@set ICURUN=%ICURUN% %THT%
@set THT=intltest
@echo ==== %THT% =========================================================================
@cd %ICU_ICUDIR%\source\test\intltest
%INTLTEST_CMD% %INTLTEST_OPTS%
@IF NOT ERRORLEVEL 1 GOTO OK_%THT%
@set ICUFAILED=%ICUFAILED% %THT%
@set ICUFAILCNT=1
:OK_intltest
@set ICURUN=%ICURUN% %THT%
@set THT=iotest
@echo ==== %THT% =========================================================================
@cd %ICU_ICUDIR%\source\test\iotest
%IOTEST_CMD% %IOTEST_OPTS%
@IF NOT ERRORLEVEL 1 GOTO OK_%THT%
@set ICUFAILED=%ICUFAILED% %THT%
@set ICUFAILCNT=1
:OK_IOTEST
@set ICURUN=%ICURUN% %THT%
@set THT=cintltst
@echo ==== %THT% =========================================================================
@cd %ICU_ICUDIR%\source\test\cintltst
%CINTLTST_CMD% %CINTLTST_OPTS%
@IF NOT ERRORLEVEL 1 GOTO OK_%THT%
@set ICUFAILED=%ICUFAILED% %THT%
@set ICUFAILCNT=1
:OK_cintltst
@set ICURUN=%ICURUN% %THT%
@REM (Layout is deprecated - this would require HarfBuzz)
@REM @set THT=letest
@REM @echo ==== %THT% =========================================================================
@REM @cd %ICU_ICUDIR%\source\test\letest
@REM %LETST_CMD% %LETEST_OPTS%
@REM @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
@REM @set ICUFAILED=%ICUFAILED% %THT%
@REM @set ICUFAILCNT=1
@REM :OK_letest
@REM @set ICURUN=%ICURUN% %THT%
@echo off
REM clean up
set PATH=%ICU_OPATH%
REM unset ICU_OPATH
popd
@REM done
echo -
echo -
echo -
echo ============================================================
echo Summary: ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
echo -
echo Tests Run : %ICURUN%
if %ICUFAILCNT% == 0 (
echo " - All Passed!"
exit /b 0
)
echo Failing Tests: %ICUFAILED%
echo -
echo FAILED!
exit /b 1
|
Yukarumya/Yukarum-Redfoxes
|
intl/icu/source/allinone/icucheck.bat
|
bat
|
mpl-2.0
| 3,335 |
set buildscripts=C:\dojo-release-1.6.1-src\util\buildscripts
copy pion.profile.js %buildscripts%\profiles
cd %buildscripts%
copy /y build.bat build-with-pause.bat
echo pause >> build-with-pause.bat
rem Create a release build in C:\dojo-release-1.6.1-src\release\dojo-release...
build-with-pause.bat profile=pion action=release releaseName=dojo-release layerOptimize=shrinksafe.keepLines localeList="en-us,en-gb,en,ROOT"
|
ravidontharaju/pion-core
|
platform/ui/dojo-custom-build/build.bat
|
bat
|
agpl-3.0
| 425 |
cmd_runit/built-in.o := rm -f runit/built-in.o; ar rcs runit/built-in.o
|
valentinthirion/android-tracebox-busybox
|
runit/.built-in.o.cmd
|
bat
|
gpl-2.0
| 73 |
rmdir /s /q java\base\bin
del java\base\MANIFEST.MF
rmdir /s /q java\ot\bin
del java\ot\MANIFEST.MF
rmdir /s /q java\oxygen\bin
del java\oxygen\MANIFEST.MF
rmdir /s /q doc\out
rmdir /s /q doc\temp
rmdir /s /q doc\base\out
rmdir /s /q doc\base\temp
rmdir /s /q samples\xslt-conref\out
rmdir /s /q samples\xslt-conref\temp
rmdir /s /q samples\xslt-conref\adding-default-attr\out
rmdir /s /q samples\xslt-conref\dynamic-type-information\out
rmdir /s /q samples\xslt-conref\import-cpp-enum\out
rmdir /s /q samples\xslt-conref\import-csv-to-table\out
rmdir /s /q samples\xslt-conref\import-excel-xml-to-table\out
rmdir /s /q samples\xslt-conref\import-tdm-entity\out
rmdir /s /q samples\xslt-conref\import-xml-to-codeblock\out
rmdir /s /q samples\xslt-conref\local-toc\out
rmdir /s /q samples\xslt-conref\local-toc-parameterized\out
rmdir /s /q samples\xslt-conref\local-toc-specialized\out
rmdir /s /q samples\xslt-conref\section-overview\out
rmdir /s /q samples\xslt-conref\sequence-diagram\out
rmdir /s /q samples\xslt-conref\svg-simple-test\out
rmdir /s /q samples\xslt-conref\adding-default-attr\temp
rmdir /s /q samples\xslt-conref\dynamic-type-information\temp
rmdir /s /q samples\xslt-conref\import-cpp-enum\temp
rmdir /s /q samples\xslt-conref\import-csv-to-table\temp
rmdir /s /q samples\xslt-conref\import-excel-xml-to-table\temp
rmdir /s /q samples\xslt-conref\import-tdm-entity\temp
rmdir /s /q samples\xslt-conref\import-xml-to-codeblock\temp
rmdir /s /q samples\xslt-conref\local-toc\temp
rmdir /s /q samples\xslt-conref\local-toc-parameterized\temp
rmdir /s /q samples\xslt-conref\local-toc-specialized\temp
rmdir /s /q samples\xslt-conref\section-overview\temp
rmdir /s /q samples\xslt-conref\sequence-diagram\temp
rmdir /s /q samples\xslt-conref\svg-simple-test\temp
|
dita-semia/dita-semia
|
clean.bat
|
bat
|
apache-2.0
| 1,805 |
#--- Monitoring commands for OpsMgr role: osa_lxc_memcached
command[osa_lxc_procs] = sudo /etc/nagios/plugins/check-lxc.sh memcached check-procs.rb '-p memcached -w 80 -c 320 -W 1 -C 1'
|
open-power-ref-design/opsmgr
|
plugins/provisioning/standalone/nagios/commands/osa_lxc_memcached.cmd
|
bat
|
apache-2.0
| 188 |
@echo off
if [%1]==[] goto usage
call git checkout -b %1
call mvn versions:set -DnewVersion=%1 -DgenerateBackupPoms=false
call git commit -am "Release %1"
call git tag -a %1
call git checkout refs/tags/%1
call git branch -D %1
goto :eof
:usage
@echo Usage: prepare-release.bat MAJOR.MINOR.PATCH
@echo.
@echo Example:
@echo ^> prepare-release.bat 1.0.1
|
jensim/astrix
|
prepare-release.bat
|
bat
|
apache-2.0
| 353 |
@echo off
rem Copyright 2013 Google Inc. All Rights Reserved.
echo %CmdCmdLine% | find /i "%~0" >nul
SET INTERACTIVE=%ERRORLEVEL%
echo Welcome to the Google Cloud SDK!
SETLOCAL
IF "%CLOUDSDK_PYTHON%"=="" (
FOR %%i in (python.exe) do (SET CLOUDSDK_PYTHON=%%~$PATH:i)
)
IF "%CLOUDSDK_PYTHON%"=="" (
echo.
echo To use the Google Cloud SDK, you must have Python installed and on your PATH.
echo As an alternative, you may also set the CLOUDSDK_PYTHON environment variable
echo to the location of your Python executable.
%COMSPEC% /C exit 1
) ELSE (
%COMSPEC% /C "%CLOUDSDK_PYTHON% "%~dp0bin\bootstrapping\install.py" %*"
)
IF _%INTERACTIVE%_==_0_ (
IF _%CLOUDSDK_CORE_DISABLE_PROMPTS%_==__ (
echo Google Cloud SDK installer will now exit.
PAUSE
)
)
ENDLOCAL
%COMSPEC% /C exit %ERRORLEVEL%
|
harshilasu/GraphicMelon
|
y/google-cloud-sdk/install.bat
|
bat
|
gpl-3.0
| 818 |
Executable = ./job_dagman_maxprescripts-checkin.pl
Universe = vanilla
log = job_dagman_maxprescripts.log
Notification = NEVER
getenv = true
arguments = job_dagman_maxprescripts-srvr-log.log
output = job_dagman_maxprescripts.out
error = job_dagman_maxprescripts.err
Queue
|
bbockelm/condor-network-accounting
|
src/condor_tests/job_dagman_maxprescripts.cmd
|
bat
|
apache-2.0
| 323 |
@echo off
REM Discovers all UDP-based members running on a certain mcast address (use -help for help)
REM Probe [-help] [-addr <addr>] [-port <port>] [-ttl <ttl>] [-timeout <timeout>]
jgroups.bat org.jgroups.tests.Probe %*
|
TarantulaTechnology/JGroups
|
classes/bin/probe.bat
|
bat
|
apache-2.0
| 226 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file. This file is distributed on an "AS
REM IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
REM language governing permissions and limitations under the License.
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%EC2_HOME%
if "%CHK_HOME:"=%" == "_" goto HOME_MISSING
"%EC2_HOME:"=%\bin\ec2-cmd" DeleteSnapshot %*
goto DONE
:HOME_MISSING
echo EC2_HOME is not set
exit /b 1
:DONE
|
barnyard/pi
|
p2p-api/etc/ec2-api-tools-1.3-53907/bin/ec2delsnap.cmd
|
bat
|
apache-2.0
| 1,036 |
@echo off
rem
rem Copyright 2016 Samsung Electronics All Rights Reserved.
rem
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing,
rem software distributed under the License is distributed on an
rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
rem either express or implied. See the License for the specific
rem language governing permissions and limitations under the License.
rem
rem tools/unlink.bat
rem
rem Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved.
rem Author: Gregory Nutt <[email protected]>
rem
rem Redistribution and use in source and binary forms, with or without
rem modification, are permitted provided that the following conditions
rem are met:
rem
rem 1. Redistributions of source code must retain the above copyright
rem notice, this list of conditions and the following disclaimer.
rem 2. Redistributions in binary form must reproduce the above copyright
rem notice, this list of conditions and the following disclaimer in
rem the documentation and/or other materials provided with the
rem distribution.
rem 3. Neither the name NuttX nor the names of its contributors may be
rem used to endorse or promote products derived from this software
rem without specific prior written permission.
rem
rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
rem "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
rem LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
rem FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
rem COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
rem INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
rem BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
rem OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
rem AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
rem LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
rem ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
rem POSSIBILITY OF SUCH DAMAGE.
rem
rem Verify that arguments were provided
set link=%1
if "%link%"=="" goto :MissingArgument
rem Check if something already exists at the link path
if exist "%link%" goto :LinkExists
rem It is not an error if the link does not exist
rem echo %link% does not exist
rem goto :ShowUsage
goto :End
rem %link% make be a symbolic link or it may be a copied director (with
rem a .fakelnk file in it). It really does not matter which: We do the
rem same thing in either case
:LinkExists
rmdir /q /s %link%
if errorlevel 1 (
echo Failed to remove existing object at %link%
goto :ShowUsage
)
goto :End
:MissingArgument
echo Missing Argument
:ShowUsage
echo USAGE: %0 ^<link^>
echo Where:
echo ^<link^> is the linked (or copied) directory to be removed
:End
|
heejin-kim/TizenRT
|
os/tools/unlink.bat
|
bat
|
apache-2.0
| 3,171 |
@if "%_echo%"=="" echo off
REM ==++==
REM
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM
REM ==--==
setlocal
if "%_NTROOT%" == "" goto LUsage
set MANAGED_TOOLS_PATH=%MANAGED_TOOLS_ROOT%\%MANAGED_TOOLS_VERSION%
set CORERROR_PATH=%_NTROOT%\ndp\clr\src\inc
%MANAGED_TOOLS_PATH%\genheaders.exe %CORERROR_PATH%\corerror.xml ..\inc\corerror.h mscorurt.rc
goto LExit
:LUsage
echo.
echo makecorerror.bat
echo.
echo Builds corerror.h for PALRT
echo.
echo Should be run inside razzle environment, depends on %%_NTROOT%% environment variable.
echo.
:LExit
|
matthubin/coreclr
|
src/pal/prebuilt/corerror/makecorerror.bat
|
bat
|
mit
| 581 |
@echo off
echo Insert a new item
curl -X POST "http://localhost:62341/api/inventory/commands" -H "accept: application/json" -H "Content-Type: application/json-patch+json" -d "{ \"inventoryItemId\": \"8496c0b7-92f5-4d1a-a018-981d2999a280\", \"name\": \"First Item\"}"
ping localhost -n 1 >NUL
curl -X GET "http://localhost:62341/api/inventory" -H "accept: text/plain"
echo .
echo Rename with NewName
curl -X PUT "http://localhost:62341/api/inventory/commands/rename" -H "accept: application/json" -H "Content-Type: application/json-patch+json" -d "{ \"inventoryItemId\": \"8496c0b7-92f5-4d1a-a018-981d2999a280\", \"newName\": \"New Name\", \"originalVersion\": 0}"
ping localhost -n 1 >NUL
curl -X GET "http://localhost:62341/api/inventory" -H "accept: text/plain"
echo .
echo Add 7 parts
curl -X PUT "http://localhost:62341/api/inventory/commands/checkin" -H "accept: application/json" -H "Content-Type: application/json-patch+json" -d "{ \"inventoryItemId\": \"8496c0b7-92f5-4d1a-a018-981d2999a280\", \"count\": 7, \"originalVersion\": 1}"
ping localhost -n 1 >NUL
curl -X GET "http://localhost:62341/api/inventory/8496c0b7-92f5-4d1a-a018-981d2999a280" -H "accept: text/plain"
echo .
echo Removed 2 parts
curl -X PUT "http://localhost:62341/api/inventory/commands/remove" -H "accept: application/json" -H "Content-Type: application/json-patch+json" -d "{ \"inventoryItemId\": \"8496c0b7-92f5-4d1a-a018-981d2999a280\", \"count\": 2, \"originalVersion\": 2}"
ping localhost -n 1 >NUL
curl -X GET "http://localhost:62341/api/inventory/8496c0b7-92f5-4d1a-a018-981d2999a280" -H "accept: text/plain"
echo .
pause
|
kendarorg/CQRS101
|
IntegrationTest/IntegrationTest.bat
|
bat
|
mit
| 1,630 |
@echo off
setlocal enableDelayedExpansion
set hostpath=%1
if "%hostpath%"=="" set hostpath=localhost
if exist account_test_results.txt (del account_test_results.txt)
echo {^"accountResults^":[ > account_test_results.txt
REM Error test
curl -g http://%hostpath%/wluxui/data/account.php?bad[some]=stuff >> account_test_results.txt
echo , >> account_test_results.txt
REM GET tests
curl --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -g http://%hostpath%/wluxui/data/account.php?user[username]=defaultResearcher >> account_test_results.txt
echo , >> account_test_results.txt
curl --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -g http://%hostpath%/wluxui/data/account.php?user[username]=Nobody >> account_test_results.txt
echo , >> account_test_results.txt
REM POST test
curl -X POST --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -d "bad[some]=stuff" -g http://%hostpath%/wluxui/data/account.php >> account_test_results.txt
echo , >> account_test_results.txt
curl -X POST --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -d "user[some]=stuff" -g http://%hostpath%/wluxui/data/account.php >> account_test_results.txt
echo , >> account_test_results.txt
curl -X POST --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -d "changePassword[some]=stuff" -g http://%hostpath%/wluxui/data/account.php >> account_test_results.txt
echo , >> account_test_results.txt
REM PUT test
curl -X PUT --header "Content-Length:0" --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -g http://%hostpath%/wluxui/data/account.php?bad[some]=stuff >> account_test_results.txt
echo , >> account_test_results.txt
curl -X PUT --header "Content-Length:0" --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -g http://%hostpath%/wluxui/data/account.php?user[username]=Nobody >> account_test_results.txt
echo , >> account_test_results.txt
REM DELETE test
curl -X DELETE --header "Content-Length:0" --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -g http://%hostpath%/wluxui/data/account.php?bad[some]=stuff >> account_test_results.txt
echo , >> account_test_results.txt
curl -X DELETE --header "Content-Length:0" --header "Authorization: Basic ZGVmYXVsdFJlc2VhcmNoZXI6MVBhc3N3b3Jk" -g http://%hostpath%/wluxui/data/account.php?user[username]=Nobody >> account_test_results.txt
echo ]} >> account_test_results.txt
|
weblabux/wluxui
|
extras/test/account_test.bat
|
bat
|
mit
| 2,436 |
nmake /f libsbook.mak %1 %2 %3
|
simsong/SBook5
|
libsbook/make.bat
|
bat
|
mit
| 32 |
@echo off
rem Drop last error level
call;
rem Create local variable's stack
setlocal
if 0%__CTRL_SETLOCAL% EQU 1 (
echo.%~nx0: error: cmd.exe is broken, please restart it!>&2
exit /b 65535
)
set __CTRL_SETLOCAL=1
call "%%~dp0__init__/__init__.bat" || exit /b
call "%%CONTOOLS_TESTLIB_ROOT%%/init.bat" "%%~f0" || exit /b
set __STRING__=012345 78901^ -'`^?^*^&^|^<^>^(^)
set __CHARS__= ^ -/
call :TEST 24 "012345 78901 /'`?*&|<>()"
set __STRING__=012345 78901^ -'`^?^*^&^|^<^>^(^)
set __CHARS__= /^&^|^|^&
call :TEST 24 "012345/78901 -'`?*|&<>()"
set __STRING__=^^
set __CHARS__= /^^^*
call :TEST 1 "*"
set __STRING__=012345
set __CHARS__=1/3/
call :TEST 6 "0/2/45"
set __STRING__=Hello world!
set __CHARS__= ^|!/
call :TEST 12 "Hello|world/"
set "__STRING__="
set __CHARS__= ^|!/
call :TEST 0 ""
echo.
rem WARNING: must be called without the call prefix!
"%CONTOOLS_TESTLIB_ROOT%/exit.bat"
rem no code can be executed here, just in case
exit /b
:TEST
call "%%CONTOOLS_TESTLIB_ROOT%%/test.bat" %%*
exit /b
|
andry81/contools
|
Scripts/Tests/unit/batscripts/test_strrep.bat
|
bat
|
mit
| 1,074 |
"C:\Program Files\WinRAR\winrar.exe" a -ep1 Skybrud.SyntaxHighlighter.vnext.zip ../src/Skybrud.SyntaxHighlighter/bin/Release/Skybrud.SyntaxHighlighter.dll ../src/Skybrud.SyntaxHighlighter/bin/Release/ColorCode.dll
|
abjerner/Skybrud.SyntaxHighlighter
|
releases/new.bat
|
bat
|
mit
| 213 |
@SET FILENAME=w3cschools
parsexsd.rb ^
--xsd="%FILENAME%.xsd" ^
--stdout
|
martinmares/ParseXsd
|
examples/w3cschools/print_stdout.bat
|
bat
|
mit
| 78 |
"C:\path\to\emacs\bin\runemacs.exe" -Q -l cedet-build.el -f cedet-build
|
JerryXGH/emacs-config
|
lib/cedet-1.1/cedet-build.bat
|
bat
|
mit
| 73 |
@PUSHD "%~dp0" & "..\..\..\launcher.exe" "play-strange_aeons.ini"
|
Kroc/PortaDOOM
|
PortaDOOM/files/wads/conversions/strange_aeons/play.bat
|
bat
|
mit
| 65 |
@ECHO OFF
REM This script downloads DiRefl from the repository, builds and installs it
REM under the current directory, and then builds the HTML and PDF documentation.
REM This is a temporary script until master_builder.py is fully developed.
if exist inversion (
rmdir /S /Q inversion
)
if exist local-site-packages (
rmdir /S /Q local-site-packages
)
REM Step 1 - get code from the repository.
svn export svn://danse.us/reflectometry/trunk/reflectometry/inversion
REM Step 2 - build and install inversion in a local directory tree.
pushd inversion
python setup.py install --install-lib=../local-site-packages
popd
REM Setp 3 - create the html and pdf documentation and copy pdf to root dir.
pushd local-site-packages\inversion\doc\sphinx
REM Due to an unresolved problem in trying to run c:\cygwin\bin\pdflatex
REM (shortcut) rename make.bat to hide it so that MAKEFILE is used instead.
mv make.bat make.bat-hide
make html
make pdf
copy _build\latex\DirectInversion.pdf ..\..\..\..\
popd
|
reflectometry/direfl
|
xtras/simple_builder_3steps.bat
|
bat
|
mit
| 1,005 |
cls
echo off
SET DIR=%~dp0%
IF NOT EXIST "%DIR%log" MKDIR "%DIR%log"
"%WINDIR%\Microsoft.Net\Framework\v4.0.30319\msbuild.exe" /m /v:n "%DIR%/restorepackages.proj" /target:RestorePackages /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/restorepackages.log
pause
|
DavidLievrouw/Nancy.Session.InProc
|
build/restorepackages.cmd
|
bat
|
mit
| 272 |
@echo off
cls
cd ..
cd %path_prj%
echo.
echo BUILD: RELEASE
choice /C YN /N /T 10 /D Y /M "Clean build? (Y/N)"
if errorlevel 2 goto build
goto clean
:clean
call gradlew.bat clean
:build
call gradlew.bat assembleRelease --stacktrace
if errorlevel 1 goto error
if not errorlevel 0 goto error
title Sign app plz
echo.
echo Signing app
echo.
call %JAVA_HOME%\bin\jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore ../_keystore/%name_key%.keystore %cd%\app\build\outputs\apk\app-release-unsigned.apk %name_jarsigner_thingie%
echo.
echo Zipaligning apk
echo.
call %zipalign% -f -v 4 %cd%\app\build\outputs\apk\app-release-unsigned.apk %cd%\..\_apks\%name_prj%.apk
if not errorlevel 0 goto error
if errorlevel 1 goto error
echo.
echo Copy apk to dropbox...
copy %cd%\..\_apks\%name_prj%.apk %drivepath%Box\__Static\icerrr\tmp_apks\%name_prj%.apk
if errorlevel 1 goto error
if not errorlevel 0 goto error
echo.
echo Install and run on device...
%androidsdk%platform-tools\adb -d install -r %drivepath%Box\__Static\icerrr\tmp_apks\%name_prj%.apk
if errorlevel 1 goto error
if not errorlevel 0 goto error
%androidsdk%platform-tools\adb -d shell am start %package%/.%name_act%
if errorlevel 1 goto error
if not errorlevel 0 goto error
goto end
:error
title Error
echo.
echo An error occured :(
pause
:end
title Done
|
rejhgadellaa/icerrr
|
androidapp/_batches/buildRelease.bat
|
bat
|
mit
| 1,329 |
D:\Projects\Firebird-local\213\bin\gbak -C -V -USER sysdba -PAS masterkey -Y %1.restore.log %*
@exit
-B(ACKUP_DATABASE) backup database to file
-BU(FFERS) override page buffers default
-C(REATE_DATABASE) create database from backup file
-CO(NVERT) backup external files as tables
-E(XPAND) no data compression
-FA(CTOR) blocking factor
-G(ARBAGE_COLLECT) inhibit garbage collection
-I(NACTIVE) deactivate indexes during restore
-IG(NORE) ignore bad checksums
-K(ILL) restore without creating shadows
-L(IMBO) ignore transactions in limbo
-M(ETA_DATA) backup metadata only
-MO(DE) <access> "read_only" or "read_write" access
-N(O_VALIDITY) do not restore database validity conditions
-NOD(BTRIGGERS) do not run database triggers
-NT Non-Transportable backup file format
-O(NE_AT_A_TIME) restore one table at a time
-OL(D_DESCRIPTIONS) save old style metadata descriptions
-P(AGE_SIZE) override default page size
-PAS(SWORD) Firebird password
-R(ECREATE_DATABASE) [O(VERWRITE)] create (or replace if OVERWRITE used)
database from backup file
-REP(LACE_DATABASE) replace database from backup file
-RO(LE) Firebird SQL role
-SE(RVICE) use services manager
-T(RANSPORTABLE) transportable backup -- data in XDR format
-USE_(ALL_SPACE) do not reserve space for record versions
-USER Firebird user name
-V(ERIFY) report each action taken
-Y <path> redirect/suppress status message output
-Z print version number
|
kadavris/ok-sklad
|
ssEnt/ssServer/userdb/2_1_5/r.cmd
|
bat
|
mit
| 1,980 |
@powershell -ExecutionPolicy Unrestricted -File WorkstationSetup.ps1
|
ridercz/Scripts
|
Setup-Workstation/1_WorkstationSetup.cmd
|
bat
|
mit
| 68 |
@echo off
d:
xcopy D:\Data\Programming\JavaBack\Spring2015\*.java D:\Data\Github\Java\JavaSource /s /y /q
xcopy D:\Data\Programming\JavaBack\Spring2015\*.dic D:\Data\Github\Java\JavaSource /s /y /q
xcopy D:\Data\Programming\JavaBack\Spring2015\CopyTo.bat D:\Data\Github\Java\JavaSource /s /y /q
xcopy D:\Data\Programming\JavaBack\Spring2015\CopyFrom.bat D:\Data\Github\Java\JavaSource /s /y /q
|
TMJesso/JavaSource
|
CopyTo.bat
|
bat
|
epl-1.0
| 394 |
cmd_sound/drivers/opl4/built-in.o := rm -f sound/drivers/opl4/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/drivers/opl4/built-in.o
|
utkanos/android_htc_mecha_kernel_5slot
|
sound/drivers/opl4/.built-in.o.cmd
|
bat
|
gpl-2.0
| 198 |
cmd_arch/arm/lib/putuser.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.putuser.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -include asm/unified.h -msoft-float -c -o arch/arm/lib/putuser.o arch/arm/lib/putuser.S
deps_arch/arm/lib/putuser.o := \
arch/arm/lib/putuser.S \
$(wildcard include/config/thumb2/kernel.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/linkage.h \
/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
arch/arm/lib/putuser.o: $(deps_arch/arm/lib/putuser.o)
$(deps_arch/arm/lib/putuser.o):
|
EAVR/EV3.14
|
ev3sources/extra/linux-03.20.00.13/arch/arm/lib/.putuser.o.cmd
|
bat
|
gpl-2.0
| 1,501 |
cmd_net/ipv6/netfilter/nf_conntrack_ipv6.o := arm-linux-gnueabi-ld -EL -r -o net/ipv6/netfilter/nf_conntrack_ipv6.o net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o net/ipv6/netfilter/nf_conntrack_proto_icmpv6.o
|
jpsminix/minix5
|
net/ipv6/netfilter/.nf_conntrack_ipv6.o.cmd
|
bat
|
gpl-2.0
| 214 |
cmd_fs/cramfs/built-in.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ld -EL -r -o fs/cramfs/built-in.o fs/cramfs/cramfs.o
|
gzdaoke/linux2.6.32_kernel
|
fs/cramfs/.built-in.o.cmd
|
bat
|
gpl-2.0
| 151 |
cmd_drivers/char/agp/built-in.o := ld -m elf_i386 -r -o drivers/char/agp/built-in.o drivers/char/agp/agpgart.o
|
madhwang/linuxKernel
|
drivers/char/agp/.built-in.o.cmd
|
bat
|
gpl-2.0
| 115 |
cmd_drivers/usb/mon/built-in.o := ld -m elf_x86_64 -r -o drivers/usb/mon/built-in.o drivers/usb/mon/usbmon.o
|
Existed/kernel-2.6.35.14
|
drivers/usb/mon/.built-in.o.cmd
|
bat
|
gpl-2.0
| 113 |
cmd_arch/arm/lib/strrchr.o := /Volumes/Passport/kernel/nexus4/msm/scripts/gcc-wrapper.py arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.strrchr.o.d -nostdinc -isystem /Volumes/Passport/kernel/nexus4/msm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/Volumes/Passport/kernel/nexus4/msm/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /Volumes/Passport/kernel/nexus4/msm/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/strrchr.o arch/arm/lib/strrchr.S
source_arch/arm/lib/strrchr.o := arch/arm/lib/strrchr.S
deps_arch/arm/lib/strrchr.o := \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/linkage.h \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/hwcap.h \
/Volumes/Passport/kernel/nexus4/msm/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/strrchr.o: $(deps_arch/arm/lib/strrchr.o)
$(deps_arch/arm/lib/strrchr.o):
|
hch-im/nexus4_kernel
|
arch/arm/lib/.strrchr.o.cmd
|
bat
|
gpl-2.0
| 2,148 |
cmd_arch/arm/mm/tlb-v6.o := /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v6.o.d -nostdinc -isystem /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/playfulgod/Android/kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=6 -march=armv6k -mtune=arm1136j-s -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/mm/tlb-v6.o arch/arm/mm/tlb-v6.S
deps_arch/arm/mm/tlb-v6.o := \
arch/arm/mm/tlb-v6.S \
/home/playfulgod/Android/kernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/linkage.h \
/home/playfulgod/Android/kernel/arch/arm/include/asm/linkage.h \
include/asm/asm-offsets.h \
/home/playfulgod/Android/kernel/arch/arm/include/asm/page.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/sparsemem.h) \
include/asm-generic/getorder.h \
/home/playfulgod/Android/kernel/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
/home/playfulgod/Android/kernel/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
arch/arm/mm/proc-macros.S \
$(wildcard include/config/cpu/dcache/writethrough.h) \
/home/playfulgod/Android/kernel/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/playfulgod/Android/kernel/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
arch/arm/mm/tlb-v6.o: $(deps_arch/arm/mm/tlb-v6.o)
$(deps_arch/arm/mm/tlb-v6.o):
|
Jewbie/Kernel-2.6.32
|
arch/arm/mm/.tlb-v6.o.cmd
|
bat
|
gpl-2.0
| 3,562 |
cmd_arch/arm/mm/proc-v7.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/mm/.proc-v7.o.d -nostdinc -isystem /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.4.1/include -Dlinux -Iinclude -I/home/leonardo/mykernel/kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s5pv210/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/mm/proc-v7.o arch/arm/mm/proc-v7.S
deps_arch/arm/mm/proc-v7.o := \
arch/arm/mm/proc-v7.S \
$(wildcard include/config/smp.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/arm/errata/430973.h) \
$(wildcard include/config/arm/errata/458693.h) \
$(wildcard include/config/arm/errata/460075.h) \
$(wildcard include/config/arm/errata/709718.h) \
$(wildcard include/config/cpu/endian/be8.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/linkage.h \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/linkage.h \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/arm/thumb.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/hwcap.h \
include/asm/asm-offsets.h \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/pgtable-hwdef.h \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/32.h) \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/discontigmem.h) \
include/linux/const.h \
arch/arm/mach-s5pv210/include/mach/memory.h \
$(wildcard include/config/mach/smdkc110.h) \
$(wildcard include/config/mach/hkdkc110.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem.h) \
arch/arm/mach-s5pv210/include/mach/vmalloc.h \
arch/arm/mm/proc-macros.S \
$(wildcard include/config/cpu/dcache/writethrough.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/leonardo/mykernel/kernel/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
arch/arm/mm/proc-v7.o: $(deps_arch/arm/mm/proc-v7.o)
$(deps_arch/arm/mm/proc-v7.o):
|
dalinaum/studyak
|
arch/arm/mm/.proc-v7.o.cmd
|
bat
|
gpl-2.0
| 4,750 |
@echo off
cls
@adb reboot bootloader
@fastboot flash recovery C:\XiaomiTool\cancro\recovery\recovery.img
echo Done!
@fastboot reboot
echo Rebooting...
pause
|
raimondomartire/Xiaomi-Tool
|
cancro/recovery.bat
|
bat
|
gpl-2.0
| 157 |
cmd_lib/crc16.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,lib/.crc16.o.d -nostdinc -isystem /home/keyur/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/keyur/latest/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=6 -march=armv6k -mtune=arm1136j-s -msoft-float -Uarm -Wframe-larger-than=2112 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(crc16)" -D"KBUILD_MODNAME=KBUILD_STR(crc16)" -D"DEBUG_HASH=59" -D"DEBUG_HASH2=5" -c -o lib/crc16.o lib/crc16.c
deps_lib/crc16.o := \
lib/crc16.c \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/keyur/latest/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/keyur/latest/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/home/keyur/latest/arch/arm/include/asm/posix_types.h \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/home/keyur/latest/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/home/keyur/latest/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/keyur/latest/arch/arm/include/asm/hwcap.h \
/home/keyur/latest/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/home/keyur/latest/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/home/keyur/latest/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
include/linux/typecheck.h \
/home/keyur/latest/arch/arm/include/asm/irqflags.h \
/home/keyur/latest/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
arch/arm/mach-msm/include/mach/barriers.h \
include/asm-generic/cmpxchg-local.h \
include/linux/stat.h \
/home/keyur/latest/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/numa.h) \
/home/keyur/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include/stdarg.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/keyur/latest/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/dynamic_debug.h \
/home/keyur/latest/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/keyur/latest/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/keyur/latest/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/keyur/latest/arch/arm/include/asm/div64.h \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/home/keyur/latest/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/keyur/latest/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/keyur/latest/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/rcu.h) \
include/linux/rwlock_types.h \
include/linux/spinlock_up.h \
include/linux/rwlock.h \
include/linux/spinlock_api_up.h \
/home/keyur/latest/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/compaction.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/no/bootmem.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/have/memoryless/nodes.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/wait.h \
/home/keyur/latest/arch/arm/include/asm/current.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/keyur/latest/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/generated/bounds.h \
/home/keyur/latest/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/keyur/latest/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/keyur/latest/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
$(wildcard include/config/arch/msm/scorpionmp.h) \
$(wildcard include/config/arch/msm7x27.h) \
/home/keyur/latest/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/keyur/latest/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
/home/keyur/latest/arch/arm/include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/use/percpu/numa/node/id.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/home/keyur/latest/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/keyur/latest/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.h) \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/home/keyur/latest/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/home/keyur/latest/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/keyur/latest/arch/arm/include/asm/elf.h \
/home/keyur/latest/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/keyur/latest/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/crc16.h \
lib/crc16.o: $(deps_lib/crc16.o)
$(deps_lib/crc16.o):
|
venkatkamesh/2.6.35-kernel-for-lg-optimus-me-
|
lib/.crc16.o.cmd
|
bat
|
gpl-2.0
| 15,109 |
cmd_lib/lib.a := rm -f lib/lib.a; /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ar rcs lib/lib.a lib/argv_split.o lib/cmdline.o lib/ctype.o lib/dec_and_lock.o lib/decompress.o lib/decompress_inflate.o lib/dump_stack.o lib/extable.o lib/flex_array.o lib/idr.o lib/int_sqrt.o lib/ioremap.o lib/irq_regs.o lib/is_single_threaded.o lib/klist.o lib/kobject.o lib/kobject_uevent.o lib/kref.o lib/plist.o lib/prio_heap.o lib/prio_tree.o lib/proportions.o lib/radix-tree.o lib/ratelimit.o lib/rbtree.o lib/reciprocal_div.o lib/rwsem.o lib/sha1.o lib/show_mem.o lib/string.o lib/vsprintf.o
|
spacecaker/Stock_spacecaker_kernel
|
lib/.lib.a.cmd
|
bat
|
gpl-2.0
| 620 |
cmd_drivers/usb/core/endpoint.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/usb/core/.endpoint.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(endpoint)" -D"KBUILD_MODNAME=KBUILD_STR(usbcore)" -c -o drivers/usb/core/endpoint.o drivers/usb/core/endpoint.c
deps_drivers/usb/core/endpoint.o := \
drivers/usb/core/endpoint.c \
include/linux/kernel.h \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \
include/linux/stddef.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \
$(wildcard include/config/smp.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/msm.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/linux/typecheck.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \
include/asm-generic/cmpxchg-local.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/ratelimit.h \
include/linux/param.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_debug.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/mmu.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/spinlock_up.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic-long.h \
include/linux/spinlock_api_up.h \
include/linux/idr.h \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
include/linux/rcupdate.h \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \
include/linux/seqlock.h \
include/linux/completion.h \
include/linux/wait.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
include/linux/usb.h \
$(wildcard include/config/usb/devicefs.h) \
$(wildcard include/config/usb/mon.h) \
$(wildcard include/config/usb/device/class.h) \
$(wildcard include/config/pm.h) \
$(wildcard include/config/usb/otg/notification.h) \
$(wildcard include/config/usb/suspend.h) \
include/linux/mod_devicetable.h \
include/linux/usb/ch9.h \
$(wildcard include/config/size.h) \
$(wildcard include/config/att/one.h) \
$(wildcard include/config/att/selfpower.h) \
$(wildcard include/config/att/wakeup.h) \
$(wildcard include/config/att/battery.h) \
include/linux/errno.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/delay.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/delay.h \
include/linux/interrupt.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/generic/irq/probe.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/shirq.h) \
include/linux/irqreturn.h \
include/linux/irqnr.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/debug/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/timex.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/math64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/jiffies.h \
include/linux/rbtree.h \
include/linux/nodemask.h \
$(wildcard include/config/highmem.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \
include/linux/prio_tree.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/discontigmem.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
include/linux/sem.h \
include/linux/ipc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/path.h \
include/linux/pid.h \
include/linux/percpu.h \
$(wildcard include/config/have/legacy/per/cpu/area.h) \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/debug/kmemleak.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/mutex.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/slob_def.h \
include/linux/pfn.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rculist.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
$(wildcard include/config/security.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/workqueue.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8x60.h) \
arch/arm/mach-msm/include/mach/irqs-8x50.h \
arch/arm/mach-msm/include/mach/sirc.h \
$(wildcard include/config/msm/soc/rev/a.h) \
arch/arm/mach-msm/include/mach/msm_iomap.h \
arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \
$(wildcard include/config/mach/es209ra.h) \
$(wildcard include/config/msm/debug/uart.h) \
include/linux/irq_cpustat.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/module.h \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
include/linux/stat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \
include/linux/kmod.h \
include/linux/elf.h \
include/linux/elf-em.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/pm.h \
$(wildcard include/config/pm/runtime.h) \
include/linux/semaphore.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/radix-tree.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
drivers/usb/core/usb.h \
$(wildcard include/config/usb/otg.h) \
drivers/usb/core/endpoint.o: $(deps_drivers/usb/core/endpoint.o)
$(deps_drivers/usb/core/endpoint.o):
|
b8e5n/KTG-kernel_es209ra
|
drivers/usb/core/.endpoint.o.cmd
|
bat
|
gpl-2.0
| 22,629 |
cmd_drivers/video/omap2/omapfb/built-in.o := rm -f drivers/video/omap2/omapfb/built-in.o; arm-arago-linux-gnueabi-ar rcs drivers/video/omap2/omapfb/built-in.o
|
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
|
drivers/video/omap2/omapfb/.built-in.o.cmd
|
bat
|
gpl-2.0
| 160 |
cmd_drivers/misc/semc/vibrator/msm-pmic-vibrator.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/misc/semc/vibrator/.msm-pmic-vibrator.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(msm_pmic_vibrator)" -D"KBUILD_MODNAME=KBUILD_STR(msm_pmic_vibrator)" -c -o drivers/misc/semc/vibrator/msm-pmic-vibrator.o drivers/misc/semc/vibrator/msm-pmic-vibrator.c
deps_drivers/misc/semc/vibrator/msm-pmic-vibrator.o := \
drivers/misc/semc/vibrator/msm-pmic-vibrator.c \
include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/stddef.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/cpu/32v6k.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/msm.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
include/linux/linkage.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/linux/typecheck.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \
include/asm-generic/cmpxchg-local.h \
include/linux/stat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/numa.h) \
/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/ratelimit.h \
include/linux/param.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_debug.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \
include/linux/seqlock.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/spinlock_up.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic-long.h \
include/linux/spinlock_api_up.h \
include/linux/math64.h \
include/linux/kmod.h \
include/linux/gfp.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/wait.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/hotplug.h) \
include/linux/nodemask.h \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/errno.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/ppc64.h) \
include/linux/tracepoint.h \
include/linux/rcupdate.h \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \
include/asm-generic/local.h \
include/linux/percpu.h \
$(wildcard include/config/have/legacy/per/cpu/area.h) \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/debug/kmemleak.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slob_def.h \
include/linux/pfn.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \
arch/arm/mach-msm/include/mach/io.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/path.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/jiffies.h \
include/linux/timex.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
include/linux/workqueue.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/ctype.h \
include/linux/kthread.h \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/rbtree.h \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/platform_device.h \
include/linux/mod_devicetable.h \
arch/arm/mach-msm/include/mach/pmic.h \
include/linux/semc/msm_pmic_vibrator.h \
drivers/misc/semc/vibrator/msm-pmic-vibrator.o: $(deps_drivers/misc/semc/vibrator/msm-pmic-vibrator.o)
$(deps_drivers/misc/semc/vibrator/msm-pmic-vibrator.o):
|
b8e5n/KTG-kernel_es209ra
|
drivers/misc/semc/vibrator/.msm-pmic-vibrator.o.cmd
|
bat
|
gpl-2.0
| 21,311 |
:: Used to automate everything for Alex so he can be lazy.
:: Requirements - Everything needs to be located in your windows path, except MSVC2013
:: 7Zip
:: WINSCP - Optional, it will just not upload the file automatically if you don't have it.
:: - "open downloads" is the command that selects the downloads alias in winscp, which for me is the simulationcraft server. Change downloads to whatever suits you.
:: MSVC 2013 - Fully updated
:: Git
:: QT 5.4.1, or whatever version we are currently using
:: Inno Setup - http://www.jrsoftware.org/isinfo.php - Used to make the installer, optional if you just want a compressed file.
:: OpenSSL - https://slproweb.com/products/Win32OpenSSL.html - Optional, the program will work fine even without these. The only time it will matter is if the person attempts to load a https website inside the gui, which is probably never going to happen.
@echo off
:: Building with PGO data will add 10-15 minutes to compile.
set /p ask=Build with PGO data? Only applies to 64-bit installation. (y/n)
@echo on
set simcversion=620-03-webkit
:: For bumping the minor version, just change the above line. Make sure to also change setup32.iss and setup64.iss as well.
set simcfiles=C:\Simulationcraft\
:: Location of source files
set ssllocation32=C:\OpenSSL-Win32\bin
set ssllocation64=C:\OpenSSL-Win64\bin
:: Location of openssl32/64
set qt_dir=C:\Qt\Qt5.5.0\5.5\
:: Location of QT
set redist=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\
:: This is a really standard location for VS2013, but change it if you installed it somewhere else.
cd ..
git clean -f -x -d
:: Clean the directory up, otherwise it'll zip up all sorts of stuff.
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%a-%%b)
:: Get the date, because I guess that's important.
git log --no-merges -1 --pretty="%%h">bla.txt
:: Gives the git revision
set /p revision=<bla.txt
:: Hacky hack because windows command prompt is annoying.
del bla.txt
:: Script below
set install=simc-%simcversion%-source
cd>bla.txt
set /p download=<bla.txt
del bla.txt
robocopy . %install% /s *.* /xd .git %install% /xf *.pgd /xn
set filename=%install%-%mydate%-%revision%
7z a -r -tzip %filename% %install% -mx9
call start winscp /command "open downloads" "put %download%\%filename%.zip -nopreservetime -nopermissions -transfer=binary" "exit"
::Webkit compilation.
set install=simc-%simcversion%-win64
rd %install% /s /q
for /f "skip=2 tokens=2,*" %%A in ('reg.exe query "HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0" /v MSBuildToolsPath') do SET MSBUILDDIR=%%B
if %ask%==y "%MSBUILDDIR%msbuild.exe" %simcfiles%\simc_vs2013.sln /p:configuration=WebKit-PGO /p:platform=x64 /nr:true
if %ask%==n "%MSBUILDDIR%msbuild.exe" %simcfiles%\simc_vs2013.sln /p:configuration=WebKit /p:platform=x64 /nr:true
robocopy "%redist%x64\Microsoft.VC120.CRT" %install%\ msvcp120.dll msvcr120.dll vccorlib120.dll
robocopy locale\ %install%\locale sc_de.qm sc_zh.qm sc_it.qm
robocopy %qt_dir%msvc2013_64\bin\ %install%\ Qt5Core.dll
robocopy %qt_dir%msvc2013_64\bin\ %install%\ Qt5Quick.dll Qt5Qml.dll Qt5Svg.dll Qt5Gui.dll Qt5Widgets.dll Qt5Network.dll Qt5WebKit.dll Qt5WebKitWidgets.dll libGLESv2.dll icudt54.dll icuin54.dll icuuc54.dll libEGL.dll D3DCompiler_47.dll Qt5WebChannel.dll Qt5Multimedia.dll Qt5MultimediaWidgets.dll Qt5Sensors.dll Qt5PrintSupport.dll Qt5Qml.dll Qt5Sql.dll Qt5Svg.dll Qt5Positioning.dll Qt5OpenGl.dll
robocopy winreleasescripts\ %install%\ qt.conf
robocopy %qt_dir%msvc2013_64\ %install%\ icudtl.dat
robocopy %qt_dir%msvc2013_64\plugins\platforms %install%\platforms\ qwindows.dll
robocopy %qt_dir%msvc2013_64\plugins\imageformats %install%\imageformats qdds.dll qgif.dll qicns.dll qico.dll qjp2.dll qjpeg.dll qmng.dll qsvg.dll qtga.dll qtiff.dll qwbmp.dll qwebp.dll
robocopy . %install%\ Welcome.html Welcome.png Simulationcraft64.exe simc64.exe readme.txt Error.html COPYING
robocopy %ssllocation64% %install%\ libeay32.dll ssleay32.dll
robocopy Profiles\ %install%\profiles\ *.* /S
cd winreleasescripts
iscc.exe "setup64.iss"
cd ..
call start winscp /command "open downloads" "put %download%\SimcSetup-%simcversion%-win64.exe -nopreservetime -nopermissions -transfer=binary" "exit"
7z a -r %install% %install% -mx9 -md=32m
call start winscp /command "open downloads" "put %download%\%install%.7z -nopreservetime -nopermissions -transfer=binary" "exit"
set install=simc-%simcversion%-win32
"%MSBUILDDIR%msbuild.exe" %simcfiles%\simc_vs2013.sln /p:configuration=WebKit /p:platform=win32 /nr:true /m:8
robocopy "%redist%x86\Microsoft.VC120.CRT" %install%\ msvcp120.dll msvcr120.dll vccorlib120.dll
robocopy locale\ %install%\locale sc_de.qm sc_zh.qm sc_it.qm
robocopy %qt_dir%msvc2013\bin\ %install%\ Qt5Core.dll
robocopy %qt_dir%msvc2013\bin\ %install%\ Qt5Quick.dll Qt5Qml.dll Qt5Svg.dll Qt5Gui.dll Qt5Widgets.dll Qt5Network.dll Qt5WebKit.dll Qt5WebKitWidgets.dll libGLESv2.dll icudt54.dll icuin54.dll icuuc54.dll libEGL.dll D3DCompiler_47.dll Qt5WebChannel.dll Qt5Multimedia.dll Qt5MultimediaWidgets.dll Qt5Sensors.dll Qt5PrintSupport.dll Qt5Qml.dll Qt5Sql.dll Qt5Svg.dll Qt5Positioning.dll Qt5OpenGl.dll
robocopy winreleasescripts\ %install%\ qt.conf
robocopy %qt_dir%msvc2013\ %install%\ icudtl.dat
robocopy %qt_dir%msvc2013\plugins\platforms %install%\platforms\ qwindows.dll
robocopy %qt_dir%msvc2013\plugins\imageformats %install%\imageformats qdds.dll qgif.dll qicns.dll qico.dll qjp2.dll qjpeg.dll qmng.dll qsvg.dll qtga.dll qtiff.dll qwbmp.dll qwebp.dll
robocopy . %install%\ Welcome.html Welcome.png Simulationcraft.exe simc.exe readme.txt Error.html COPYING
robocopy %ssllocation32% %install%\ libeay32.dll ssleay32.dll
robocopy Profiles\ %install%\profiles\ *.* /S
cd winreleasescripts
iscc.exe "setup32.iss"
cd ..
call start winscp /command "open downloads" "put %download%\SimcSetup-%simcversion%-win32.exe -nopreservetime -nopermissions -transfer=binary" "exit"
7z a -r %install% %install% -mx9 -md=32m
winscp /command "open downloads" "put %download%\%install%.7z -nopreservetime -nopermissions -transfer=binary" "exit"
pause
|
eyeplum/simc
|
WinReleaseScripts/WinCompileUpload-webkit.bat
|
bat
|
gpl-3.0
| 6,079 |
@echo OFF
setlocal enabledelayedexpansion
set "FullScriptPath=%~dp0"
set "FullExecPath=%cd%"
if not exist "%FullScriptPath%..\..\..\TelegramPrivate" (
echo.
echo This script is for building the production version of Telegram Desktop.
echo.
echo For building custom versions please visit the build instructions page at:
echo https://github.com/telegramdesktop/tdesktop/#build-instructions
exit /b
)
FOR /F "tokens=1,2* delims= " %%i in (%FullScriptPath%version) do set "%%i=%%j"
set "VersionForPacker=%AppVersion%"
if %BetaVersion% neq 0 (
set "AppVersion=%BetaVersion%"
set "AppVersionStrFull=%AppVersionStr%_%BetaVersion%"
set "AlphaBetaParam=-beta %BetaVersion%"
set "BetaKeyFile=tbeta_%BetaVersion%_key"
) else (
if %AlphaChannel% neq 0 (
set "AlphaBetaParam=-alpha"
set "AppVersionStrFull=%AppVersionStr%.alpha"
) else (
set "AlphaBetaParam="
set "AppVersionStrFull=%AppVersionStr%"
)
)
echo.
echo Building version %AppVersionStrFull% for Windows..
echo.
set "HomePath=%FullScriptPath%.."
set "ResourcesPath=%HomePath%\Resources"
set "SolutionPath=%HomePath%\.."
set "UpdateFile=tupdate%AppVersion%"
set "SetupFile=tsetup.%AppVersionStrFull%.exe"
set "PortableFile=tportable.%AppVersionStrFull%.zip"
set "ReleasePath=%HomePath%\..\out\Release"
set "DeployPath=%ReleasePath%\deploy\%AppVersionStrMajor%\%AppVersionStrFull%"
set "SignPath=%HomePath%\..\..\TelegramPrivate\Sign.bat"
set "BinaryName=Telegram"
set "DropboxSymbolsPath=X:\Telegram\symbols"
if not exist %DropboxSymbolsPath% (
echo Dropbox path not found!
exit /b 1
)
if %BetaVersion% neq 0 (
if exist %DeployPath%\ (
echo Deploy folder for version %AppVersionStr% already exists!
exit /b 1
)
if exist %ReleasePath%\%BetaKeyFile% (
echo Beta version key file for version %AppVersion% already exists!
exit /b 1
)
) else (
if exist %ReleasePath%\deploy\%AppVersionStrMajor%\%AppVersionStr%.alpha\ (
echo Deploy folder for version %AppVersionStr%.alpha already exists!
exit /b 1
)
if exist %ReleasePath%\deploy\%AppVersionStrMajor%\%AppVersionStr%.dev\ (
echo Deploy folder for version %AppVersionStr%.dev already exists!
exit /b 1
)
if exist %ReleasePath%\deploy\%AppVersionStrMajor%\%AppVersionStr%\ (
echo Deploy folder for version %AppVersionStr% already exists!
exit /b 1
)
if exist %ReleasePath%\tupdate%AppVersion% (
echo Update file for version %AppVersion% already exists!
exit /b 1
)
)
cd "%HomePath%"
call gyp\refresh.bat
if %errorlevel% neq 0 goto error
cd "%SolutionPath%"
call ninja -C out/Release Telegram
if %errorlevel% neq 0 goto error
echo .
echo Version %AppVersionStrFull% build successfull. Preparing..
echo .
echo Dumping debug symbols..
xcopy "%ReleasePath%\%BinaryName%.exe" "%ReleasePath%\%BinaryName%.exe.exe*"
call "%SolutionPath%\..\Libraries\breakpad\src\tools\windows\dump_syms\Release\dump_syms.exe" "%ReleasePath%\%BinaryName%.exe.pdb" > "%ReleasePath%\%BinaryName%.exe.sym"
del "%ReleasePath%\%BinaryName%.exe.exe"
echo Done!
set "PATH=%PATH%;C:\Program Files\7-Zip;C:\Program Files (x86)\Inno Setup 5"
cd "%ReleasePath%"
call "%SignPath%" "%BinaryName%.exe"
if %errorlevel% neq 0 goto error
call "%SignPath%" "Updater.exe"
if %errorlevel% neq 0 goto error
if %BetaVersion% equ 0 (
iscc /dMyAppVersion=%AppVersionStrSmall% /dMyAppVersionZero=%AppVersionStr% /dMyAppVersionFull=%AppVersionStrFull% "/dReleasePath=%ReleasePath%" "%FullScriptPath%setup.iss"
if %errorlevel% neq 0 goto error
if not exist "tsetup.%AppVersionStrFull%.exe" goto error
call "%SignPath%" "tsetup.%AppVersionStrFull%.exe"
if %errorlevel% neq 0 goto error
)
call Packer.exe -version %VersionForPacker% -path %BinaryName%.exe -path Updater.exe %AlphaBetaParam%
if %errorlevel% neq 0 goto error
if %BetaVersion% neq 0 (
if not exist "%ReleasePath%\%BetaKeyFile%" (
echo Beta version key file not found!
exit /b 1
)
FOR /F "tokens=1* delims= " %%i in (%ReleasePath%\%BetaKeyFile%) do set "BetaSignature=%%i"
)
if %errorlevel% neq 0 goto error
if %BetaVersion% neq 0 (
set "UpdateFile=%UpdateFile%_%BetaSignature%"
set "PortableFile=tbeta%BetaVersion%_%BetaSignature%.zip"
)
for /f ^"usebackq^ eol^=^
^ delims^=^" %%a in (%ReleasePath%\%BinaryName%.exe.sym) do (
set "SymbolsHashLine=%%a"
goto symbolslinedone
)
:symbolslinedone
FOR /F "tokens=1,2,3,4* delims= " %%i in ("%SymbolsHashLine%") do set "SymbolsHash=%%l"
echo Copying %BinaryName%.exe.sym to %DropboxSymbolsPath%\%BinaryName%.exe.pdb\%SymbolsHash%
if not exist %DropboxSymbolsPath%\%BinaryName%.exe.pdb mkdir %DropboxSymbolsPath%\%BinaryName%.exe.pdb
if not exist %DropboxSymbolsPath%\%BinaryName%.exe.pdb\%SymbolsHash% mkdir %DropboxSymbolsPath%\%BinaryName%.exe.pdb\%SymbolsHash%
move "%ReleasePath%\%BinaryName%.exe.sym" %DropboxSymbolsPath%\%BinaryName%.exe.pdb\%SymbolsHash%\
echo Done!
if not exist "%ReleasePath%\deploy" mkdir "%ReleasePath%\deploy"
if not exist "%ReleasePath%\deploy\%AppVersionStrMajor%" mkdir "%ReleasePath%\deploy\%AppVersionStrMajor%"
mkdir "%DeployPath%"
mkdir "%DeployPath%\%BinaryName%"
if %errorlevel% neq 0 goto error
move "%ReleasePath%\%BinaryName%.exe" "%DeployPath%\%BinaryName%\"
move "%ReleasePath%\Updater.exe" "%DeployPath%\"
xcopy "%ReleasePath%\%BinaryName%.pdb" "%DeployPath%\"
xcopy "%ReleasePath%\Updater.pdb" "%DeployPath%\"
move "%ReleasePath%\%BinaryName%.exe.pdb" "%DeployPath%\"
move "%ReleasePath%\Updater.exe.pdb" "%DeployPath%\"
if %BetaVersion% equ 0 (
move "%ReleasePath%\%SetupFile%" "%DeployPath%\"
) else (
move "%ReleasePath%\%BetaKeyFile%" "%DeployPath%\"
)
move "%ReleasePath%\%UpdateFile%" "%DeployPath%\"
if %errorlevel% neq 0 goto error
cd "%DeployPath%"
7z a -mx9 %PortableFile% %BinaryName%\
if %errorlevel% neq 0 goto error
echo .
echo Version %AppVersionStrFull% is ready for deploy!
echo .
set "FinalReleasePath=Y:\TBuild\tother\tsetup"
set "FinalDeployPath=%FinalReleasePath%\%AppVersionStrMajor%\%AppVersionStrFull%"
if not exist "%DeployPath%\%UpdateFile%" goto error
if not exist "%DeployPath%\%PortableFile%" goto error
if %BetaVersion% equ 0 (
if not exist "%DeployPath%\%SetupFile%" goto error
)
if not exist "%DeployPath%\%BinaryName%.pdb" goto error
if not exist "%DeployPath%\%BinaryName%.exe.pdb" goto error
if not exist "%DeployPath%\Updater.exe" goto error
if not exist "%DeployPath%\Updater.pdb" goto error
if not exist "%DeployPath%\Updater.exe.pdb" goto error
if not exist "%FinalReleasePath%\%AppVersionStrMajor%" mkdir "%FinalReleasePath%\%AppVersionStrMajor%"
if not exist "%FinalDeployPath%" mkdir "%FinalDeployPath%"
xcopy "%DeployPath%\%UpdateFile%" "%FinalDeployPath%\"
xcopy "%DeployPath%\%PortableFile%" "%FinalDeployPath%\"
if %BetaVersion% equ 0 (
xcopy "%DeployPath%\%SetupFile%" "%FinalDeployPath%\"
) else (
xcopy "%DeployPath%\%BetaKeyFile%" "%FinalDeployPath%\" /Y
)
xcopy "%DeployPath%\%BinaryName%.pdb" "%FinalDeployPath%\"
xcopy "%DeployPath%\%BinaryName%.exe.pdb" "%FinalDeployPath%\"
xcopy "%DeployPath%\Updater.exe" "%FinalDeployPath%\"
xcopy "%DeployPath%\Updater.pdb" "%FinalDeployPath%\"
xcopy "%DeployPath%\Updater.exe.pdb" "%FinalDeployPath%\"
echo Version %AppVersionStrFull% is ready!
cd "%FullExecPath%"
exit /b
:error
(
set ErrorCode=%errorlevel%
if !ErrorCode! neq 0 (
echo Error !ErrorCode!
) else (
echo Error 666
set ErrorCode=666
)
cd "%FullExecPath%"
exit /b !ErrorCode!
)
|
noikiy/tdesktop
|
Telegram/build/build.bat
|
bat
|
gpl-3.0
| 7,440 |
python -m http.server 8000
pause
|
TNT-Samuel/Coding-Projects
|
webserver.bat
|
bat
|
gpl-3.0
| 32 |
REM @USERINPUT: List of runs to process.
call Impl\RunOneInstance.bat Referentie /Resultaten/Exports/GenerateAllIndicatoren
call Impl\RunOneInstance.bat Referentie /Resultaten/Exports/GenerateAllAlloc
call Impl\RunOneInstance.bat Verhoging50cent /Resultaten/Exports/GenerateAllIndicatoren
call Impl\RunOneInstance.bat Verhoging50cent /Resultaten/Exports/GenerateAllAlloc
|
RuudvandenWijngaart/VestaDV
|
batch/RunList.bat
|
bat
|
gpl-3.0
| 399 |
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@console/migrations/data --interactive=0
call ../../yii migrate/down --migrationPath=@themes/blog/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-breeze-templates/migrations/sns-connect --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-breeze-templates/migrations/sns-connect --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-breeze-templates/migrations/cms --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-breeze-templates/migrations/cms --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-sms/migrations/msg91 --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-sns-connect/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-sns-connect/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-sns-connect/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-sns-connect/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@foxslider/cmg-plugin/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@foxslider/cmg-plugin/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@foxslider/cmg-plugin/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@foxslider/cmg-plugin/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-google-maps/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-google-analytics/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-social-meta/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/plugin-file-manager/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-notify/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-notify/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-notify/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-notify/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-newsletter/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-newsletter/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-newsletter/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-newsletter/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-cms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-cms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-cms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-cms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-forms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-forms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-forms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-forms/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-core/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-core/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-core/migrations --interactive=0
call ../../yii migrate/down --migrationPath=@cmsgears/module-core/migrations --interactive=0
|
cmsgears/template-blog
|
console/migrations/migrate-down.bat
|
bat
|
gpl-3.0
| 4,724 |
REM SPDX-FileCopyrightText: 2017-2021 The Atlite Authors
REM SPDX-License-Identifier: GPL-3.0-or-later
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Mapnik.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Mapnik.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\PyPSA.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\PyPSA.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
|
FRESNA/atlite
|
doc/make.bat
|
bat
|
gpl-3.0
| 11,613 |
@echo off
rem SPDX-FileCopyrightText: 2021 Ivan Tatarinov <[email protected]>
rem
rem SPDX-License-Identifier: GPL-3.0-or-later
if not x%ZXSDK% == x exit /b
set ZXSDK=%~dp0
set ZXSDK=%ZXSDK:~0,-1%
set _path=%ZXSDK%
set ZXSDK_PLATFORM=%ZXSDK%\windows-x86
set _path=%_path%;%ZXSDK_PLATFORM%\bin
set _path=%_path%;%ZXSDK_PLATFORM%\lib
set SDCCHOME=%ZXSDK_PLATFORM%\opt\sdcc
set _path=%_path%:%SDCCHOME%\bin
set SDCCINCLUDE=%SDCCHOME%\include
set SDCCLIB=%SDCCHOME%\lib
set Z88DK=%ZXSDK%\src\z88dk
set _path=%_path%;%Z88DK%\bin
set ZCCCFG=%Z88DK%\lib\config
set PATH=%_path%;%PATH%
set _path=
|
antoniovillena/zxuno
|
sdk/setenv.bat
|
bat
|
gpl-3.0
| 586 |
@echo off
set BASE=%~dp0
set S=%BASE%src\images\
set D=%BASE%share\uPyIDE\images\
set PROG="%ProgramFiles%\Inkscape\inkscape.exe"
for %%f in (%S%*.svg) DO (
ECHO convert %%f to %D%%%~nf.png
%PROG% -z %%f -e %D%%%~nf.png
)
pause
|
martinribelotta/uPyIDE
|
svg2png.bat
|
bat
|
gpl-3.0
| 242 |
setlocal
set appname=restartless
copy buildscript\makexpi.sh .\
bash makexpi.sh -n %appname% -o
del makexpi.sh
endlocal
|
myokoym/auto-confirm
|
make.bat
|
bat
|
mpl-2.0
| 128 |
@echo off
echo Welcome to FreeDOS (http://www.freedos.org)!
path=a:\
|
joyent/sdcboot
|
freedos/source/kernel/bin/autoexec.bat
|
bat
|
mpl-2.0
| 72 |
@echo off
set ZLIB_LIB=zlib-1.2.11
echo 1.ÐèÒªÔÚ vs 2017 ÃüÁîÐÐÌáʾÖÐÖ´ÐÐ
echo 2.ÐèÒª7z.exe
pause
if not exist %ZLIB_LIB%.tar.gz curl "https://www.zlib.net/zlib-1.2.11.tar.gz" --output %ZLIB_LIB%.tar.gz
7z x %ZLIB_LIB%.tar.gz
7z x %ZLIB_LIB%.tar
rem cd %ZLIB_LIB%
REM nmake -f win32/Makefile.msc
REM copy zlib.lib ..
REM copy zconf.h ..
REM copy zlib.h ..
rem cd zlib-1.2.11\contrib\masmx64
rem call bld_ml64.bat
rem cd %~dp0
rem
rem cd zlib-1.2.11\contrib\masmx86
rem call bld_ml32.bat
rem cd %~dp0
echo ===============================================================
echo ÕâÀïÐèÒªÊÖ¶¯È¥³ý¹¤³ÌÖС°ZLIB_WINAPI¡±Ô¤´¦Àí¶¨Ò壬ûÓÐÕÒµ½ºÃµÄ·½·¨
echo ===============================================================
pause
cd %ZLIB_LIB%\contrib\vstudio\vc14
msbuild zlibstat.vcxproj /tv:15.0 /p:Configuration=Debug;Platform=Win32
msbuild zlibstat.vcxproj /tv:15.0 /p:Configuration=Debug;Platform=x64
msbuild zlibstat.vcxproj /tv:15.0 /p:Configuration=ReleaseWithoutAsm;Platform=Win32
msbuild zlibstat.vcxproj /tv:15.0 /p:Configuration=ReleaseWithoutAsm;Platform=x64
cd %~dp0
md include
md lib
md lib\x86
md lib\x64
copy %ZLIB_LIB%\zlib.h include
copy %ZLIB_LIB%\zconf.h include
copy %ZLIB_LIB%\contrib\vstudio\vc14\x64\ZlibStatDebug\zlibstat.lib lib\x64\zlibstat_d.lib
copy %ZLIB_LIB%\contrib\vstudio\vc14\x86\ZlibStatDebug\zlibstat.lib lib\x86\zlibstat_d.lib
copy %ZLIB_LIB%\contrib\vstudio\vc14\x64\ZlibStatReleaseWithoutAsm\zlibstat.lib lib\x64\zlibstat.lib
copy %ZLIB_LIB%\contrib\vstudio\vc14\x86\ZlibStatReleaseWithoutAsm\zlibstat.lib lib\x86\zlibstat.lib
pause
echo on
|
artint-liu/Marimo
|
clstd/third_party/zlib/v141/build_zlib.cmd
|
bat
|
lgpl-2.1
| 1,635 |
set PATH_TO_MAKE="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\nmake"
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
cd externalDlls\libnodave\
del *.obj
%PATH_TO_MAKE% /f MAKEFILE.64 %1
cd ..
cd ..
pause
|
Nick135/DotNetSiemensPLCToolBoxLibrary
|
externalDlls/libnodave/vcwinmake_64.bat
|
bat
|
lgpl-2.1
| 260 |
@echo OFF
:##############################################################################
:# #
:# Filename: disconnect.bat #
:# #
:# Description: Force disconnecting a zombie network drive #
:# #
:# Notes: Sometimes Windows Explorer keeps listing network drives #
:# even though they've been disconnected for long. #
:# This causes many problems, including long timeouts. #
:# #
:# See the following forum thread for details: #
:# https://social.technet.microsoft.com/Forums/en-US/w7itpronetworking/thread/b611f1e0-2364-455c-b2ae-e6bd0c73bb86/
:# #
:# History: #
:# 2015-01-05 JFL Created this script based on the proposed workaround. #
:# 2016-12-20 JFL Added -? and -V options. #
:# #
:# © Copyright 2016 Hewlett Packard Enterprise Development LP #
:# Licensed under the Apache 2.0 license www.apache.org/licenses/LICENSE-2.0 #
:##############################################################################
setlocal EnableExtensions DisableDelayedExpansion
set "VERSION=2016-12-20"
set "SCRIPT=%~nx0" &:# Script name
set "SPATH=%~dp0" & set "SPATH=!SPATH:~0,-1!" &:# Script path, without the trailing \
set "ARG0=%~f0" &:# Script full pathname
set ^"ARGS=%*^" &:# Argument line
:# Go process command-line arguments
goto Main
:Help
echo %SCRIPT% version %VERSION%
echo Force disconnection from a hung network drive. Warning: Kills Windows Explorer.
goto :eof
:Main
if "%~1"=="-?" goto :Help
if "%~1"=="/?" goto :Help
if "%~1"=="-V" (echo %VERSION%) & goto :eof
echo Warning: This will disconnect ALL network drives, and kill Windows Explorer!
echo Press Ctrl-C to escape, or
pause
:# Delete all network drive letters
net use * /delete /y
:# Kill all instances of Windows Explorer
taskkill /f /IM explorer.exe
:# Restart one Explorer instance to get a Start Menu
explorer.exe
|
JFLarvoire/SysToolsLib
|
Batch/Disconnect.bat
|
bat
|
apache-2.0
| 2,398 |
@echo off
:Main
setlocal enabledelayedexpansion
if "%1"=="" goto Usage
if "%1"=="/?" goto Usage
if "%1"=="/help" goto Usage
set ForceFlag=0
goto ParseActions
:ParseActions
:: Parse actions
if /I "%1"=="adduser" set action=adduser
if /I "%1"=="removeuser" set action=removeuser
if /I "%1"=="removeuser" set action=removeuser
if /I "%1"=="initscript" set action=initscript
if "%action%"=="" goto Usage
shift
goto ParseOptions
:ParseOptions
set S=
if "%1"=="" goto Handle-%action%
if "%1"=="/user" (
if "%2"=="" (
:ErrNoUserPassed
echo No username passed!
goto Usage
)
set Username=%~2
set S=2
)
if "%1"=="/password" (
if "%2"=="" (
:ErrNoPasswordPassed
echo No password was specified
goto Usage
)
set Password=%~2
set S=2
)
if "%1"=="/force" (
set S=1
set ForceFlag=1
)
if "%1"=="/script" (
if "%2"=="" (
:ErrNoScriptPassed
echo No script file specified
goto Usage
)
if not exist "%~2" (
echo The script file is not found!
goto Usage
)
set Script=%~2
set S=2
)
if not defined S (
echo Invalid switch!
goto Usage
)
FOR /L %%a in (1, 1, %S%) DO SHIFT
goto ParseOptions
:Handle-adduser
if "%Username"=="" goto ErrNoUserPassed
if "%Password%"=="" goto ErrNoPasswordPassed
echo Adding user '%username%' with password '%Password%'
goto :eof
:Handle-removeuser
if "%Username"=="" goto ErrNoUserPassed
echo Removing user: %Username%
goto :eof
:Handle-initscript
if "%Username"=="" goto ErrNoUserPassed
if "%Script%"=="" goto ErrNoScriptPassed
echo Setting user '%Username%' script @ %script%
goto :eof
:Usage
echo Usage:
echo ------
echo.
echo %~n0 action [/option value] [/option]
echo.
echo To display help, run it as:
echo.
echo %~n0 /? ^| parse-args /help
echo.
echo Actions:
echo --------
echo.
echo * adduser /user username /password password
echo.
echo Adds a user to the system with the designated password.
echo.
echo * removeuser /user username [/force]
echo.
echo Removes a user from the system. If the /force flag is set then
echo the current user is logged off and the account is removed.
echo.
echo * initscript /user username /script ^<script name^>
echo.
echo Sets the user's initialization script. The script file should exist,
echo or the command may fail.
echo.
goto :eof
|
PassingTheKnowledge/Batchography
|
parse-args.bat
|
bat
|
apache-2.0
| 2,870 |
..\packages\ILMerge.3.0.41\tools\net452\ilmerge ..\winparser\winparser.exe ..\winparser\lzma.dll ..\winparser\EQSpellParser.dll /out:winparser.exe
del parser.zip
zip -add parser readme.txt ..\license.txt winparser.exe winparser.config -path=none
|
rumstil/eqspellparser
|
download/build.bat
|
bat
|
apache-2.0
| 248 |
cd C:\Program Files\MySQL\MySQL Server 5.6\bin
start /b "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld" --defaults-file="D:\MyProject\src\GoDemo\test_kingshard\node1.ini" --bootstrap --console < ..\share\mysql_system_tables.sql
start /b "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld" --defaults-file="D:\MyProject\src\GoDemo\test_kingshard\node2.ini"
mysqld.exe --defaults-file="D:\MyProject\src\GoDemo\test_kingshard\node1.ini" --log_syslog=0 --console --standalone --initialize
|
guoxf/GoDemo
|
test_kingshard/init_mysql/mysqld_multi.bat
|
bat
|
apache-2.0
| 491 |
@echo off & setlocal enabledelayedexpansion
set LIB_JARS=""
cd .\lib
for %%i in (*) do set LIB_JARS=!LIB_JARS!;.\lib\%%i
cd ..\
if ""%1"" == ""debug"" goto debug
if ""%1"" == ""jmx"" goto jmx
set JAVA_MAIN_CLASS="com.lew.jlight.web.Application"
set JAVA_CLASS_PATH=".\config;%LIB_JARS%"
java -classpath %JAVA_CLASS_PATH% %JAVA_MAIN_CLASS%
goto end
:debug
java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -classpath %JAVA_CLASS_PATH% %JAVA_MAIN_CLASS%
goto end
:jmx
java -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -classpath %JAVA_CLASS_PATH% %JAVA_MAIN_CLASS%
:end
pause
|
HulkHou/Jlight
|
jlight-assembly/src/main/resources/assembly/start.bat
|
bat
|
apache-2.0
| 724 |
@cl rconvlog.cpp -c -O2 -GF -GX -MD -Gy -W3 -nologo
@cl hostname.cpp -c -O2 -GF -GX -MD -Gy -W3 -nologo
@cl misc.cpp -c -O2 -GF -GX -MD -Gy -W3 -nologo
@link rconvlog.obj hostname.obj misc.obj /OUT:"rconvlog.exe" /NOLOGO /SUBSYSTEM:CONSOLE ws2_32.lib
|
lukaaash/rconvlog
|
source/build.cmd
|
bat
|
bsd-3-clause
| 255 |
echo "------------------------------------"
tasklist
echo "------------------------------------"
|
microsoft/vscode
|
build/azure-pipelines/win32/listprocesses.bat
|
bat
|
mit
| 97 |
cmd_drivers/power/power_supply.o := arm-linux-androideabi-ld -EL -r -o drivers/power/power_supply.o drivers/power/power_supply_core.o drivers/power/power_supply_sysfs.o
|
MihawkHu/Android_scheduler
|
kernel/goldfish/drivers/power/.power_supply.o.cmd
|
bat
|
mit
| 173 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ADMINS.S01_CreateAndDeleteSite.MSADMINS_S01_TC29_CreateSiteSuccessfully_WithoutTemplate /testcontainer:..\..\MS-ADMINS\TestSuite\bin\Debug\MS-ADMINS_TestSuite.dll /runconfig:..\..\MS-ADMINS\MS-ADMINS.testsettings /unique
pause
|
XinwLi/Interop-TestSuites-1
|
SharePoint/Source/Scripts/MS-ADMINS/RunMSADMINS_S01_TC29_CreateSiteSuccessfully_WithoutTemplate.cmd
|
bat
|
mit
| 320 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S03_SchemaLock.TestCase_S03_TC33_ReleaseLock_DifferentShardLockWithMoreThanOneClients /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause
|
XinwLi/Interop-TestSuites-1
|
FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S03_TC33.cmd
|
bat
|
mit
| 323 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCRPC.S01_SynchronousCall.MSOXCRPC_S01_TC18_TestEcDoRpcExt2 /testcontainer:..\..\MS-OXCRPC\TestSuite\bin\Debug\MS-OXCRPC_TestSuite.dll /runconfig:..\..\MS-OXCRPC\MS-OXCRPC.testsettings /unique
pause
|
XinwLi/Interop-TestSuites-1
|
ExchangeMAPI/Source/Scripts/MS-OXCRPC/RunMSOXCRPC_S01_TC18_TestEcDoRpcExt2.cmd
|
bat
|
mit
| 293 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file. This file is distributed on an "AS
REM IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
REM language governing permissions and limitations under the License.
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%EC2_HOME%
if %CHK_HOME% == "_" goto HOME_MISSING
"%EC2_HOME:"=%\bin\ec2-cmd" UnmonitorInstances %*
goto DONE
:HOME_MISSING
echo EC2_HOME is not set
exit /b 1
:DONE
|
sujoyg/tool
|
vendor/ec2-api-tools-1.4.2.2/bin/ec2umin.cmd
|
bat
|
mit
| 1,035 |
:songLoop
@call ps.bat
goto songLoop
|
pip/Octology
|
dox/Jobz/7Studios/CygPip/bin/pas.bat
|
bat
|
gpl-3.0
| 40 |
@ECHO OFF
IF NOT EXIST build mkdir build
javac -cp thirdparty\meerkat-api.jar;thirdparty\smtp.jar;thirdparty\activation.jar;thirdparty\mailapi.jar -d build -sourcepath src src\ca\ualberta\cs\poker\free\client\*.java
javac -cp thirdparty\meerkat-api.jar;thirdparty\smtp.jar;thirdparty\activation.jar;thirdparty\mailapi.jar -d build -sourcepath src src\ca\ualberta\cs\poker\free\alien\*.java
javac -cp thirdparty\meerkat-api.jar;thirdparty\smtp.jar;thirdparty\activation.jar;thirdparty\mailapi.jar -d build -sourcepath src src\ca\ualberta\cs\poker\free\server\*.java
javac -cp thirdparty\meerkat-api.jar;thirdparty\smtp.jar;thirdparty\activation.jar;thirdparty\mailapi.jar -d build -sourcepath src src\ca\ualberta\cs\poker\free\dynamics\*.java
javac -cp thirdparty\meerkat-api.jar;thirdparty\smtp.jar;thirdparty\activation.jar;thirdparty\mailapi.jar -d build -sourcepath src src\ca\ualberta\cs\poker\free\academy25\*.java
javac -cp thirdparty\meerkat-api.jar;thirdparty\smtp.jar;thirdparty\activation.jar;thirdparty\mailapi.jar -d build -sourcepath src src\ca\ualberta\cs\poker\free\tournament\*.java
javac -cp thirdparty\meerkat-api.jar;thirdparty\smtp.jar;thirdparty\activation.jar;thirdparty\mailapi.jar -d build -sourcepath src src\*.java
jar cf aaaibot.jar -C build ca -C build StreamConnect.class -C build TCPPlugin.class
|
secondfoundation/Second-Foundation-Src
|
src/turk/src/interface/poker_pro/compile.bat
|
bat
|
lgpl-2.1
| 1,358 |
@echo off
rem Set Quartz to the base directory of the Quartz Distribution
@SET WD=%~d0%~p0
@SET QUARTZ=%WD%..\..
@rem setup the class path...
CALL "%WD%"..\bin\buildcp.bat
SET QUARTZ_CP=%TMP_CP%
rem !!!!!!! Please read important information. !!!!!!
rem If "java" is not in your path, please set the path
rem for Java 2 Runtime Environment in the path variable below
rem for example :
rem @SET PATH=D:\jdk1.6.0_18;%PATH%
rem
rem a configuration file for log4j logging
@SET LOG4J_PROPS="-Dlog4j.configuration=file:%WD%log4j.xml"
"java" -cp %QUARTZ_CP% %LOG4J_PROPS% org.quartz.examples.example5.MisfireExample
|
suthat/signal
|
vendor/quartz-2.2.0/examples/example5/example5.bat
|
bat
|
apache-2.0
| 636 |
@echo off
setlocal
set JC_CLASSIC_HOME=%~dp0\..
rem Print warning if no JAVA_HOME set
if not defined JAVA_HOME goto nojavahome
rem set classpath to all jars
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\ant-contrib-1.0b3.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\asm-all-3.1.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\bcel-5.2.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\commons-cli-1.0.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\commons-codec-1.3.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\commons-httpclient-3.0.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\commons-logging-1.1.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\jctasks.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\tools.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\api_classic.jar;%JC_CLASSPATH%
rem execute converter's Main class
"%JAVA_HOME%\bin\java" -Djc.home=%JC_CLASSIC_HOME% -classpath %JC_CLASSPATH% com.sun.javacard.converter.Main %*
goto done
:nojavahome
echo JAVA_HOME is not set - please set it to point to JDK 1.6
:done
endlocal
rem Send the error code to the command interpreter
cmd /c Exit /B %errorlevel%
|
OpenCryptoProject/JCMathLib
|
JCMathLib/ext/java_card_kit-3_0_3-win/bin/converter.bat
|
bat
|
mit
| 1,241 |
@echo off
:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
setlocal
set PATH=%~dp0python_bin;%PATH%
call python "%~dp0pylint.py" %*
|
nevir/plexability
|
extern/depot_tools/bootstrap/win/pylint.new.bat
|
bat
|
gpl-2.0
| 261 |
:: Necessary Qt dlls are packaged with every release.
:: These dlls are not included in the SVN.
:: They need to be copied into the dev area from the Qt install.
:: It is important to understand that the Qt-SDK is different from the Qt-Framework
:: Qt-SDK is an integrated development environment that is shipped with the MinGW 4.4 compiler
:: Qt-Framework is simply the Qt runtime dlls built against your own MinGW
:: Both can be found at: http://qt.nokia.com/downloads
:: If you build SimC with QT-Framework, then you need to use dlls from Qt-Framework
:: If you build SimC with the Qt SDK, then you need to use dlls from Qt-SDK
:: As of this writing, the default locations from which to gather the dlls are:
:: Qt-SDK: c:\QtSDK\Desktop\Qt\4.8.0\mingw
:: Qt-Framework: C:\Qt\4.8.0
:: Update the qt_dir as necessary
set qt_dir=C:\Code\QtSDK\Desktop\Qt\4.8.1\mingw
set mingw_dir=D:\Code\MinGW
:: IMPORTANT NOTE FOR DEBUGGING
:: This script will ONLY copy the optimized Qt dlls
:: The Qt SDK simcqt.pro file will only use optimize dlls for Release
:: This script needs to be smarter if you wish to use the interactive debugger in the Qt SDK
:: The debug Qt dlls are named: Qt___d4.dll
:: Removing existing dlls
del /q imageformats
del /q phonon4.dll
del /q QtCore4.dll
del /q QtGui4.dll
del /q QtNetwork4.dll
del /q QtWebKit4.dll
del /q QtXmlPatterns4.dll
del /q mingw*.dll
del /q libgcc*.dll
del /q libstdc++*.dll
:: Copying new dlls
xcopy /I %qt_dir%\plugins\imageformats imageformats
xcopy %qt_dir%\bin\phonon4.dll
xcopy %qt_dir%\bin\QtCore4.dll
xcopy %qt_dir%\bin\QtGui4.dll
xcopy %qt_dir%\bin\QtNetwork4.dll
xcopy %qt_dir%\bin\QtWebKit4.dll
:: Copy MingW runtime DLLs
xcopy %mingw_dir%\bin\mingw*.dll .
xcopy %mingw_dir%\bin\libgcc*.dll .
xcopy %mingw_dir%\bin\libstdc++*.dll .
|
simulationcraft/simulationcraft-swtor
|
mingw_qt_dll_setup.bat
|
bat
|
gpl-3.0
| 1,788 |
@echo off
SET COPYCMD=/Y
REM -- Backup config files
copy cfg\*.cfg cfg\*.bak
REM -- Copy tools
xcopy \\server\code\tools\build_gamedata\*.* . /E /D
REM -- Restore config files
copy cfg\*.bak cfg\*.cfg
REM -- Delete backuped config files
del cfg\*.bak
|
osgcc/ryzom
|
nel/tools/3d/build_gamedata/update_tools.bat
|
bat
|
agpl-3.0
| 271 |
@echo off
REM xmltest.cmd - execute all XML test cases
REM
REM (c) 1998-2003 (W3C) MIT, ERCIM, Keio University
REM See tidy.c for the copyright notice.
REM
REM <URL:http://tidy.sourceforge.net/>
REM
REM CVS Info:
REM
REM $Author: creitzel $
REM $Date: 2003/03/19 18:33:12 $
REM $Revision: 1.1 $
for /F "tokens=1*" %%i in (xmlcases.txt) do call onetest.cmd %%i %%j
|
smartmobili/CocoaBuilder
|
libtidy/test/xmltest.cmd
|
bat
|
lgpl-2.1
| 375 |
set GOPATH=%CD%\gopath
set PATH=%GOPATH%\bin;%PATH%
set GO15VENDOREXPERIMENT=1
cd %GOPATH%\src\github.com\cloudfoundry\bosh-utils
go install .\vendor\github.com\onsi\ginkgo\ginkgo
ginkgo -r -keepGoing -skipPackage="vendor"
|
forrestsill/bosh-init
|
vendor/github.com/cloudfoundry/bosh-utils/ci/tasks/test-unit-windows.bat
|
bat
|
apache-2.0
| 226 |
CL -I\my\include -AL -Gsm2 -FPi -DDBUG_OFF *.c
rm \my\lib\dbug.lib
lib.exe \my\lib\dbug dbug.obj sanity.obj;
link /NOD /STACK:8000 main factoria,factoria,,DBUG+STRINGS+LLIBCEP+DOSCALLS;
|
pieter/mysql-server
|
dbug/qmake.cmd
|
bat
|
gpl-2.0
| 186 |
REM check JAVA_HOME & java
set "JAVA_CMD=%JAVA_HOME%/bin/java"
if "%JAVA_HOME%" == "" goto noJavaHome
if exist "%JAVA_HOME%\bin\java.exe" goto mainEntry
:noJavaHome
echo ---------------------------------------------------
echo WARN: JAVA_HOME environment variable is not set.
echo ---------------------------------------------------
set "JAVA_CMD=java"
:mainEntry
REM set HOME_DIR
set "CURR_DIR=%cd%"
cd ..
set "MYCAT_HOME=%cd%"
cd %CURR_DIR%
%JAVA_CMD% -Xms256M -Xmx1G -XX:MaxPermSize=64M -DMYCAT_HOME=%MYCAT_HOME% -cp "..\conf;..\lib\*" org.opencloudb.performance.TestSelectPerf %1 %2 %3 %4 %5 %6 %7
|
youngor/openclouddb
|
src/main/assembly/bin/test_stand_select_perf.bat
|
bat
|
apache-2.0
| 620 |
@Echo Adempiere Database Import $Revision: 1.3 $
@Rem $Id: ImportAdempiere.bat,v 1.3 2005/01/22 21:59:15 jjanke Exp $
@Echo Importing Adempiere DB from %ADEMPIERE_HOME%\data\Adempiere_pg.dmp (%ADEMPIERE_DB_NAME%)
@if (%ADEMPIERE_HOME%) == () goto environment
@if (%ADEMPIERE_DB_NAME%) == () goto environment
@if (%ADEMPIERE_DB_SERVER%) == () goto environment
@if (%ADEMPIERE_DB_PORT%) == () goto environment
@Rem Must have parameters systemAccount AdempiereID AdempierePwd
@if (%1) == () goto usage
@if (%2) == () goto usage
@if (%3) == () goto usage
@set PGPASSWORD=%4
@echo -------------------------------------
@echo Re-Create user and database
@echo -------------------------------------
@dropdb -h %ADEMPIERE_DB_SERVER% -p %ADEMPIERE_DB_PORT% -U postgres %ADEMPIERE_DB_NAME%
@dropuser -h %ADEMPIERE_DB_SERVER% -p %ADEMPIERE_DB_PORT% -U postgres %2
@set ADEMPIERE_CREATE_ROLE_SQL=CREATE ROLE %2 SUPERUSER LOGIN PASSWORD '%3'
@psql -h %ADEMPIERE_DB_SERVER% -p %ADEMPIERE_DB_PORT% -U postgres -c "%ADEMPIERE_CREATE_ROLE_SQL%"
@set ADEMPIERE_CREATE_ROLE_SQL=
@set PGPASSWORD=%3
@createdb -h %ADEMPIERE_DB_SERVER% -p %ADEMPIERE_DB_PORT% -E UNICODE -O %2 -U %2 %ADEMPIERE_DB_NAME%
@echo -------------------------------------
@echo Import Adempiere_pg.dmp
@echo -------------------------------------
@set ADEMPIERE_ALTER_ROLE_SQL=ALTER ROLE %2 SET search_path TO adempiere, sqlj, pg_catalog
@psql -h %ADEMPIERE_DB_SERVER% -p %ADEMPIERE_DB_PORT% -d %ADEMPIERE_DB_NAME% -U %2 -c "%ADEMPIERE_ALTER_ROLE_SQL%"
@psql -h %ADEMPIERE_DB_SERVER% -p %ADEMPIERE_DB_PORT% -d %ADEMPIERE_DB_NAME% -U %2 -c "drop schema sqlj cascade"
@psql -h %ADEMPIERE_DB_SERVER% -p %ADEMPIERE_DB_PORT% -d %ADEMPIERE_DB_NAME% -U %2 -f %ADEMPIERE_HOME%/data/Adempiere_pg.dmp
@set ADEMPIERE_ALTER_ROLE_SQL=
@set PGPASSWORD=
@goto end
:environment
@Echo Please make sure that the enviroment variables are set correctly:
@Echo ADEMPIERE_HOME e.g. D:\ADEMPIERE2
@Echo ADEMPIERE_DB_NAME e.g. adempiere or xe
@Echo ADEMPIERE_DB_SERVER e.g. dbserver.adempiere.org
@Echo ADEMPIERE_DB_PORT e.g. 5432 or 1521
:usage
@echo Usage: %0 <systemAccount> <AdempiereID> <AdempierePwd> <PostgresPwd>
@echo Example: %0 postgres Adempiere Adempiere postgresPwd
:end
|
geneos/adempiere
|
utils/postgresql/ImportAdempiere.bat
|
bat
|
gpl-2.0
| 2,281 |
cmd_sound/pcmcia/vx/built-in.o := rm -f sound/pcmcia/vx/built-in.o; arm-eabi-ar rcs sound/pcmcia/vx/built-in.o
|
R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42
|
sound/pcmcia/vx/.built-in.o.cmd
|
bat
|
gpl-2.0
| 112 |
@if "%_echo%" neq "on" echo off
rem
rem This file invokes cmake and generates the build system for windows.
set argC=0
for %%x in (%*) do Set /A argC+=1
if NOT %argC%==3 GOTO :USAGE
if %1=="/?" GOTO :USAGE
setlocal
set __sourceDir=%~dp0
set __ExtraCmakeParams=
:: VS 2015 is the minimum supported toolset
if "%__VSVersion%" == "vs2017" (
set __VSString=15 2017
) else (
set __VSString=14 2015
)
:: Set the target architecture to a format cmake understands. ANYCPU defaults to x64
if /i "%3" == "x86" (set __VSString=%__VSString%)
if /i "%3" == "x64" (set __VSString=%__VSString% Win64)
if /i "%3" == "arm" (set __VSString=%__VSString% ARM)
if /i "%3" == "arm64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A ARM64)
if /i "%3" == "wasm" (set __sourceDir=%~dp0..\Unix && goto DoGen)
if defined CMakePath goto DoGen
:: Eval the output from probe-win1.ps1
pushd "%__sourceDir%"
for /f "delims=" %%a in ('powershell -NoProfile -ExecutionPolicy ByPass "& .\probe-win.ps1"') do %%a
popd
:DoGen
if "%3" == "wasm" (
emcmake cmake "-DEMSCRIPTEN_GENERATE_BITCODE_STATIC_LIBRARIES=1" "-DCMAKE_TOOLCHAIN_FILE=%EMSCRIPTEN%/cmake/Modules/Platform/Emscripten.cmake" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" -G "NMake Makefiles" %__sourceDir%
) else (
"%CMakePath%" %__SDKVersion% "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "-DCMAKE_INSTALL_PREFIX=%__CMakeBinDir%" -G "Visual Studio %__VSString%" -B. -H%1 %__ExtraCmakeParams%
)
endlocal
GOTO :DONE
:USAGE
echo "Usage..."
echo "gen-buildsys-win.bat <path to top level CMakeLists.txt> <VSVersion> <Target Architecture>"
echo "Specify the path to the top level CMake file"
echo "Specify the VSVersion to be used - VS2015 or VS2017"
echo "Specify the Target Architecture - AnyCPU, x86, x64, ARM, or ARM64."
EXIT /B 1
:DONE
EXIT /B 0
|
Jiayili1/corefx
|
src/Native/Windows/gen-buildsys-win.bat
|
bat
|
mit
| 1,816 |
@echo off
if "%~1"=="-h" goto help
if "%~1"=="-help" goto help
if "%~1"=="-?" goto help
if "%~1"=="/?" goto help
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0eng\build.ps1" %*
goto end
:help
powershell -ExecutionPolicy ByPass -NoProfile -Command "& { . '%~dp0eng\build.ps1'; Get-Help }"
:end
exit /b %ERRORLEVEL%
|
shimingsg/corefx
|
build.cmd
|
bat
|
mit
| 330 |
TimeLog.ReportingApi.Exporter.exe /e GetCustomersRaw GetCustomersRaw.csv
TimeLog.ReportingApi.Exporter.exe /e GetProjectsRaw GetProjectsRaw.csv
TimeLog.ReportingApi.Exporter.exe /e GetTasksRaw GetTasksRaw.csv
TimeLog.ReportingApi.Exporter.exe /e GetAllocationsRaw GetAllocationsRaw.csv
TimeLog.ReportingApi.Exporter.exe /e GetWorkUnitsRaw GetWorkUnitsRaw.csv
|
TimeLog/TimeLogApiSdk
|
TimeLog.ReportingAPI.Exporter/download-main-object-chain.bat
|
bat
|
mit
| 359 |
@echo off
:: Release Procedure
:: -----------------
:: 1. Consider updating to a newer v8 branch (and update README.txt to refer to it)
:: 2. Run Release.bat X.X
:: 3. Zip up the created directory to Noesis.Javascript vX.X - Binaries.zip
::
:: Notes:
:: - We do not tag releases because svnbridge is too dumb for that.
:: - VS2010 projects created by upgrading VS2008 projects.
:: - Ignore warnings like
:: JavascriptInterop.obj : warning LNK4248: unresolved typeref token (0100002A) for 'v8.internal.Object'; image may not run
if "%1"=="" (
echo See instructions at the top of this file.
echo usage: release relnum
echo e.g. release 0.6
exit /b 1
)
:: Delete any existing files and create directory structure.
set reldir="Noesis.Javascript v%1 - Binaries"
if exist %reldir% rmdir /s /q %reldir%
mkdir %reldir%
if errorlevel 1 goto error
mkdir %reldir%\.Net3.5
mkdir %reldir%\.Net4.0
mkdir %reldir%\.Net3.5\x86
mkdir %reldir%\.Net3.5\x64
mkdir %reldir%\.Net4.0\x86
mkdir %reldir%\.Net4.0\x64
:: Build.
cmd /c buildv8 ia32 vs2008 release
if errorlevel 1 goto error
C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe /t:Rebuild Noesis.Javascript.VS2008.sln /p:Configuration=Release /p:Platform=Win32
if errorlevel 1 goto error
cmd /c buildv8 x64 vs2008 release
if errorlevel 1 goto error
C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe /t:Rebuild Noesis.Javascript.VS2008.sln /p:Configuration=Release /p:Platform=x64
if errorlevel 1 goto error
cmd /c buildv8 ia32 vs2010 release
if errorlevel 1 goto error
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /t:Rebuild Noesis.Javascript.VS2010.sln /p:Configuration=Release /p:Platform=Win32
if errorlevel 1 goto error
cmd /c buildv8 x64 vs2010 release
if errorlevel 1 goto error
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /t:Rebuild Noesis.Javascript.VS2010.sln /p:Configuration=Release /p:Platform=x64
if errorlevel 1 goto error
:: Copy files across.
copy README.txt %reldir%
if errorlevel 1 goto error
copy Release\Noesis.Javascript.dll %reldir%\.Net3.5\x86
if errorlevel 1 goto error
copy x64\Release\Noesis.Javascript.dll %reldir%\.Net3.5\x64
if errorlevel 1 goto error
copy Release\VS2010\Noesis.Javascript.dll %reldir%\.Net4.0\x86
if errorlevel 1 goto error
copy x64\VS2010\Release\Noesis.Javascript.dll %reldir%\.Net4.0\x64
if errorlevel 1 goto error
copy "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\*.*" %reldir%\.Net3.5\x86
copy "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\amd64\Microsoft.VC90.CRT\*.*" %reldir%\.Net3.5\x64
copy "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.CRT\*.*" %reldir%\.Net4.0\x86
copy "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x64\Microsoft.VC100.CRT\*.*" %reldir%\.Net4.0\x64
goto end
:error
echo Build aborted
goto end
:usage
:end
|
mind0n/hive
|
History/__Queue/javascriptdotnet/release.bat
|
bat
|
mit
| 2,885 |
@echo off
setlocal
set buildFile=%~dp0Build\build.build
set msbuildVersion=15.0
set vswherecmd="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath
for /F "tokens=* usebackq" %%i in (`%vswherecmd%`) do set vsInstallationPath=%%i
if "%vsInstallationPath%" equ "" echo Visual studio not found & goto :eof
set msb="%vsInstallationPath%\MSBuild\%msbuildVersion%\Bin\MSBuild.exe"
if not exist %msb% echo MSBuild not found at %msb% & goto :eof
set args=%*
if "%1" NEQ "" set args=/t:%*
%msb% %buildFile% %args%
|
glen-summers/ClientServerDemo
|
go.cmd
|
bat
|
mit
| 560 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.