summaryrefslogtreecommitdiff
path: root/mk/extract/extract.mk
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Document bsdtar value. From OKANO Takayoshi.joerg1-3/+3
2008-05-25Add support to extract using bsdtar.joerg1-2/+4
2008-03-12Invent new variable EXTRACTOR that has the environment and path to thejlam1-6/+8
2008-03-12Fix whitespacejlam1-2/+2
2008-01-23Got rid of _PKG_SILENT. Why use __file__ when a simple f does the same?rillig1-9/+7
2007-12-30EXTRACT_USING is always set, even when the necessary tools are notjoerg1-4/+10
2007-12-29Fix EXTRACT_USING=gtar and simplify the other cases. TOOLS_GTAR was neverjoerg1-4/+4
2007-12-01Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needsrillig1-3/+2
2007-07-31Teach the extract module to extract RPMs with rpm2pkg.jlam1-1/+3
2007-01-09Fixed the documentation.rillig1-2/+2
2006-12-29s,//,/,joerg1-2/+2
2006-10-09Forgot to provide the default value for EXTRACT_DIR.rillig1-2/+4
2006-10-09Added the EXTRACT_DIR variable, which can be used if the distfiles shouldrillig1-2/+13
2006-07-27After auditing all the packages the ensure that they never invoke thejlam1-2/+2
2006-07-26add a missing PHONYdrochner1-1/+2
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam1-2/+2
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam1-6/+5
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-10/+10
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam1-4/+9
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-7/+8
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-1/+2
2006-06-09No need to synthesis the package directory from components when ${.CURDIR}jlam1-2/+2
2006-06-08Introduce "makedirs" as a helper target to create directories withjlam1-2/+2
2006-06-08Fix the comment.jlam1-2/+2
2006-06-06EXTRACT_CMD_DEFAULT should not be set by the package; it may only be used.rillig1-5/+5
2006-06-06Separate out the part of bsd.tools.mk that actually created the toolsjlam1-1/+2
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam1-0/+189