summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
Commit message (Expand)AuthorAgeFilesLines
* quilt: add a NO_RECONFIGURE override for compiling a package without re-runni...nbd2012-02-131-1/+2
* [include] silence error when package has no patches (patchwork 321)jow2011-04-121-1/+1
* [include] quilt.mk: export PATCH for patch-kernel.shjow2010-10-081-0/+1
* [include] rename PATCH to KPATCHjow2010-10-071-2/+2
* fix the path to the build dir for host packagesnbd2009-03-231-2/+2
* fix HOST_QUILT overridenbd2009-03-231-1/+1
* speed up quilt importsnbd2009-03-231-32/+5
* fix quilt variable and stampfile usage for host buildsnbd2009-03-171-3/+7
* move host build in packages into a separate namespace: package/<name>/host/<t...nbd2009-03-171-1/+1
* replace a few unnecessary $(shell) callsnbd2009-03-031-2/+2
* speed up metadata scanning a lot by avoiding unnecessary shell commands and m...nbd2009-03-031-2/+1
* allow a separate patch directory for host patchesnbd2009-02-221-1/+3
* eliminate redundancy by creating the quilt_used stampfile in the right placenbd2009-02-221-0/+2
* fix missing change from r14610nbd2009-02-221-1/+1
* build system refactoring in preparation for allowing packages to do host-buil...nbd2009-02-221-53/+82
* prevent quilt from loading any configuration file (closes: #4520)nico2009-02-021-9/+11
* if quilt failed whilst patching, no output was shownblogic2009-01-251-1/+1
* do not ignore exit codes of quilt anymore (by nbd)mirko2009-01-221-1/+1
* fix prepare error with brcm-2.4 and missing files/ (thx, thepeople)nbd2008-10-211-1/+2
* change the way ./files* and the generic kernel files are applied. ./files now...nbd2008-10-181-5/+2
* add function names to quilt-generated patch files to make patches more readablenbd2008-10-101-1/+1
* enable quilt by default for the kernel treenbd2008-08-271-1/+1
* upstream style quilt refreshkaloz2008-06-041-1/+1
* override user/system specific quilt configurationkaloz2008-05-301-1/+1
* add optional version suffix to kernel files/ directoriesnbd2008-04-281-3/+4
* clean up reject files after copying target/linux/*/files to the kernel treenbd2008-04-031-1/+4
* fix quilt apply for packages that change STAMP_*nbd2007-11-101-11/+11
* fix accidental double slash in prefixed quilt patchsetsnbd2007-10-071-4/+4
* fix quilt patch checknbd2007-10-041-1/+1
* separate series file fixup from quilt check to avoid series file breakages af...nbd2007-10-041-2/+6
* fix quilt integrationpavlov2007-10-021-1/+1
* fixes for refresh/update handlingnbd2007-09-291-32/+42
* move a stampfile to make it easier to override the patch templatenbd2007-09-291-2/+0
* refactor quilt patching codenbd2007-09-291-48/+46
* proper series file support for regular packagesnbd2007-09-291-1/+6
* some minor fixes, cleanups, package build abstractionnbd2007-09-281-0/+4
* fix spontaneous rebuilds caused by make package/<name>/update with quiltnbd2007-09-201-1/+0
* fix custom series files in kernel patch directoriesnbd2007-09-101-2/+2
* fix kernel build with quiltnbd2007-09-101-1/+1
* allow the kernel to provide own series files for specific subdirsnbd2007-08-301-0/+20
* next round of build system cleanup - convert package/ to new structurenbd2007-07-301-0/+4
* fail in .quilt_patched when there were patches that didn't applynbd2007-07-181-1/+1
* cope with QUILT=1 when there are no patchesnoz2007-07-171-1/+1
* clean up some leftover junknbd2007-07-131-1/+0
* fix unwanted automatic package cleaning when using quiltnbd2007-07-131-1/+1
* allow packages to override the patch directory using the PATCH_DIR variablenbd2007-06-281-4/+5
* make sure quilt starts with the correct patch order in seriesnbd2007-06-181-0/+4
* prepare for the transition to linux 2.6.22 - make it possible to override the...nbd2007-06-161-6/+6
* force build of packages when using quiltnbd2007-06-081-1/+1
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ...nbd2007-06-041-1/+11