Changeset 3732 for trunk/freewrt/BSDmakefile
- Timestamp:
- 04/08/08 15:28:04 (8 months ago)
- Files:
-
- trunk/freewrt/BSDmakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/BSDmakefile
r3731 r3732 20 20 21 21 _subdir: ${_subdir_dep} 22 @if test x"$ (umask 2>/dev/null)" != 022; then \22 @if test x"$$(umask 2>/dev/null | sed 's/00*22/OK/')" != x"OK"; then \ 23 23 echo >&2 Error: you must build with “umask 022”, sorry.; \ 24 24 exit 1; \


