Changeset 3781
- Timestamp:
- 07/27/08 03:28:23 (5 months ago)
- Files:
-
- trunk/freewrt/mk/build.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/build.mk
r3780 r3781 12 12 endif 13 13 14 ifneq ($(shell ulimit -d),unlimited) 14 # FIXME: ugly double shell spawn - helps finding the shell-builtin ulimit 15 ifneq ($(shell echo $$(ulimit -d)),unlimited) 15 16 ifneq ($(shell if (( $$(ulimit -d) < 250000 )); then echo warn; else echo ok; fi),ok) 16 17 $(error your ulimit datasize is too small, use 250 MB or more)


