VirtualBox

Changeset 2641 in kBuild


Ignore:
Timestamp:
Sep 9, 2012 1:52:11 AM (13 years ago)
Author:
bird
Message:

Forgot to remove debug fprintfs.

Location:
trunk/src/kash
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/Makefile.kmk

    r2546 r2641  
    6262endif
    6363kash_CFLAGS.win.amd64 = -GS-
     64kash_LDFLAGS.win = -DYNAMICBASE:NO
    6465kash_SOURCES = \
    6566        main.c \
  • trunk/src/kash/var.c

    r2637 r2641  
    359359        int nlen;
    360360
    361 fprintf(stderr, "debug: setvareq '%s'\n", s);
    362361#if defined(_MSC_VER) || defined(_WIN32)
    363362        /* On Windows PATH is often spelled 'Path', correct this here.  */
     
    370369                s[2] = 'T';
    371370                s[3] = 'H';
    372 fprintf(stderr, "debug: setvareq '%s' FIXED\n", s);
    373371        }
    374372#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette