search for: prequisit

Displaying 9 results from an estimated 9 matches for "prequisit".

Did you mean: prequisits
2013 Jun 14
1
[Dovcot 2.2.2] Q: Prequisits for compiling and plugins
Hi Where can i find the list of prerequisites for compiling dovocot 2.2.2 form the sources, is there a dedicated link or what terms i should best use to search the archives of this mailing list, the documentation or the web? Where do I find information (links or search terms) whether plugins available for 1.x 2.1.x series, especially the metadata plugin, are still needed for 2.2.2 or may even
2006 Jul 09
0
[PATCH] klibc/kbuild: fix warning: target '' given more than once
...build.klibc +++ b/scripts/Kbuild.klibc @@ -312,7 +312,7 @@ # Descending # --------------------------------------------------------------------------- .PHONY: $(subdir-y) $(klibc-dirs) -$(subdir-y) $(klibc-dirs): +$(sort $(subdir-y) $(klibc-dirs)): $(Q)$(MAKE) $(klibc)=$@ # Add FORCE to the prequisites of a target to force it to be always rebuilt.
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others. Here are three patches that does the following: #1 - Update kbuild part of klibc so make clean works Adds gzip including a sample kbuild file #2 - Factor out definition of usr/ to two variables #3 - Move kbuild files to reflect location in the kernel As requested in earlier mail I need a bit of guidiance of what you expect from the kernel integrated parts of klibc.
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...\ + scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\ + rm -f $(depfile); \ + mv -f $(dot-target).tmp $(dot-target).cmd) # Usage: $(call if_changed_rule,foo) -# will check if $(cmd_foo) changed, or any of the prequisites changed, -# and if so will execute $(rule_foo) -if_changed_rule = $(if $(strip $(filter-out $(PHONY),$?) \ - $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ),\ - @set -e; \ - $(rule_$(1))) +# Will check if $(cmd_foo) or any of the prerequisites changed, +# and if so will execute $(rul...
2004 May 31
1
prerequisites for winbind (Samba-3.0.4-SuSE-9.0)
...p users, groups (linux and from windows) and computer accounts (Win2000 WS). I'm using samba3-3.0.4-1.i586.rpm (etc) for SuSE 9.0 and smpldap-tools 0.8.4 form www.idealx.org But I cannot get the winbind stuff zu work. I'm trying to integrate winbind for ntlm_auth and Squid. What do prequisites do I need for winbind? my smb.conf (only winbind, logon & ldap related stuff) -------------- [...] logon script = \\supzli02pdc\netlogon\logon.bat logon path = logon drive = H: logon home = domain logons = Yes os level = 65 prefer...
2005 Jul 29
1
move kbuild files to reflect dir structure in kernel
...========================= -ifdef hostprogs-y -include $(srctree)/scripts/Makefile.host -endif - -# Descending -# --------------------------------------------------------------------------- - -.PHONY: $(subdir-y) $(user-dirs) -$(subdir-y) $(user-dirs): - $(Q)$(MAKE) $(klibc)=$@ - -# Add FORCE to the prequisites of a target to force it to be always rebuilt. -# --------------------------------------------------------------------------- - -.PHONY: FORCE - -FORCE: - -# Linking -# Create a reloctable composite object file -# --------------------------------------------------------------------------- -quiet_c...
2006 Jun 26
0
[klibc 19/43] klibc basic build infrastructure
...======================= +ifdef hostprogs-y +include $(srctree)/scripts/Makefile.host +endif + +# Descending +# --------------------------------------------------------------------------- + +.PHONY: $(subdir-y) $(klibc-dirs) +$(subdir-y) $(klibc-dirs): + $(Q)$(MAKE) $(klibc)=$@ + +# Add FORCE to the prequisites of a target to force it to be always rebuilt. +# --------------------------------------------------------------------------- + +.PHONY: FORCE + +FORCE: + +# Linking +# Create a reloctable composite object file +# --------------------------------------------------------------------------- +quiet_c...
2006 Jul 09
6
[PATCH/RFC] klibc/kbuild: use separate kbuild files for each klibc subdirectory
...ng # --------------------------------------------------------------------------- -.PHONY: $(subdir-y) $(kprog-dirs) -$(sort $(subdir-y) $(kprog-dirs)): +.PHONY: $(subdir-y) $(kprog-dirs) $(klib-dirs) +$(sort $(subdir-y) $(kprog-dirs) $(klib-dirs)): $(Q)$(MAKE) $(klibc)=$@ # Add FORCE to the prequisites of a target to force it to be always rebuilt. diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 8974ea5..a588749 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -19,23 +19,18 @@ include $(if $(wildcard $(kbuild-dir)/Kb # Figure out what we need to build from...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: